Html Css Color HEX #436985 Wedgewood

📋 copy color: '#436985'

red 67 ◦ green 105 ◦ blue 133

#436985
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #436985

Tints of Wedgewood #436985

RGB

 RED value IS 67 (26.56% from 255) = 21.97%

 GREEN value IS 105 (41.41% from 255) = 34.43%

 BLUE value IS 133 (52.34% from 255) = 43.61%

R = 21.97%
G = 34.43%
B = 43.61%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#436985 (or 0x436985) is known color: Wedgewood. HEX triplet: 43, 69 and 85. RGB value is (67,105,133). Sum of RGB (Red+Green+Blue) = 67+105+133=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #436985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436985 is #BC967A. Grayscale: #606060. Windows color (decimal): -12359291 or 8743235. OLE color: 8743235.

HSL color Cylindrical-coordinate representation of color #436985: hue angle of 205.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #436985 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 105 133 -
CMYK 0.50 0.21 0 0.48
HSL 205.45º 0.33% 0.39% -
HSV(B) 205.45º 0.5% 0.52% -
XYZ 11.6 12.99 24.09 -
YUV 96.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 67 105 133 0.50 0.21 0 0.48 205.45 0.33 0.39
Hex 43 69 85 32 15 0 30 CD 21 27
Octal 103 151 205 62 25 0 60 315 41 47
Binary 1000011 1101001 10000101 110010 10101 0 110000 11001101 100001 100111

Color Harmonies of #436985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436985

Black with #436985

Text Example


Text Example

White with #436985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436985; }

 p { color: rgb(67,105,133); }

 H1.HeaderClassName
 {
   color: #436985;
 }
 .AnyTagClassName
 {
   color: #436985;
 }
</style>

background-color css

<style>
 a { background-color: #436985; }

 a { background-color: rgb(67,105,133); }

 div.DivClassName
 {
   background-color: #436985;
 }
 .BgClassName
 {
   background-color: #436985;
 }
</style>

border-color css

<style>
 span { border-color: #436985; }

 span { border-color: rgb(67,105,133); }

 td.TdClassName
 {
   border-color: #436985;
 }
 .TagClassName
 {
   border-color: #436985;
 }
</style>