Html Css Color HEX #426387 Wedgewood

📋 copy color: '#426387'

red 66 ◦ green 99 ◦ blue 135

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

Shades of Wedgewood #426387

Tints of Wedgewood #426387

RGB

 RED value IS 66 (26.17% from 255) = 22%

 GREEN value IS 99 (39.06% from 255) = 33%

 BLUE value IS 135 (53.13% from 255) = 45%

R = 22%
G = 33%
B = 45%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#426387 (or 0x426387) is known color: Wedgewood. HEX triplet: 42, 63 and 87. RGB value is (66,99,135). Sum of RGB (Red+Green+Blue) = 66+99+135=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #426387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426387 is #BD9C78. Grayscale: #5D5D5D. Windows color (decimal): -12426361 or 8872770. OLE color: 8872770.

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

Color convert

RGB 66 99 135 -
CMYK 0.51 0.27 0 0.47
HSL 211.3º 0.34% 0.39% -
HSV(B) 211.3º 0.51% 0.53% -
XYZ 11.08 11.83 24.62 -
YUV 93.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 66 99 135 0.51 0.27 0 0.47 211.3 0.34 0.39
Hex 42 63 87 33 1B 0 2F D3 22 27
Octal 102 143 207 63 33 0 57 323 42 47
Binary 1000010 1100011 10000111 110011 11011 0 101111 11010011 100010 100111

Color Harmonies of #426387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426387

Black with #426387

Text Example


Text Example

White with #426387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426387; }

 p { color: rgb(66,99,135); }

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

background-color css

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

 a { background-color: rgb(66,99,135); }

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

border-color css

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

 span { border-color: rgb(66,99,135); }

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