Html Css Color HEX #436086 Wedgewood

📋 copy color: '#436086'

red 67 ◦ green 96 ◦ blue 134

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

Shades of Wedgewood #436086

Tints of Wedgewood #436086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

 BLUE value IS 134 (52.73% from 255) = 45.12%

R = 22.56%
G = 32.32%
B = 45.12%

CMYK

 C value IS 0.5

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#436086 (or 0x436086) is known color: Wedgewood. HEX triplet: 43, 60 and 86. RGB value is (67,96,134). Sum of RGB (Red+Green+Blue) = 67+96+134=297 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.56% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #436086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436086 is #BC9F79. Grayscale: #5B5B5B. Windows color (decimal): -12361594 or 8806467. OLE color: 8806467.

HSL color Cylindrical-coordinate representation of color #436086: hue angle of 214.03º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #436086 is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 96 134 -
CMYK 0.5 0.28 0 0.47
HSL 214.03º 0.33% 0.39% -
HSV(B) 214.03º 0.5% 0.53% -
XYZ 10.8 11.28 24.16 -
YUV 91.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 67 96 134 0.5 0.28 0 0.47 214.03 0.33 0.39
Hex 43 60 86 32 1C 0 2F D6 21 27
Octal 103 140 206 62 34 0 57 326 41 47
Binary 1000011 1100000 10000110 110010 11100 0 101111 11010110 100001 100111

Color Harmonies of #436086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436086

Black with #436086

Text Example


Text Example

White with #436086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436086; }

 p { color: rgb(67,96,134); }

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

background-color css

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

 a { background-color: rgb(67,96,134); }

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

border-color css

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

 span { border-color: rgb(67,96,134); }

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