Html Css Color HEX #426687 Wedgewood

📋 copy color: '#426687'

red 66 ◦ green 102 ◦ blue 135

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

Shades of Wedgewood #426687

Tints of Wedgewood #426687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

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

R = 21.78%
G = 33.66%
B = 44.55%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#426687 (or 0x426687) is known color: Wedgewood. HEX triplet: 42, 66 and 87. RGB value is (66,102,135). Sum of RGB (Red+Green+Blue) = 66+102+135=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #426687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426687 is #BD9978. Grayscale: #5E5E5E. Windows color (decimal): -12425593 or 8873538. OLE color: 8873538.

HSL color Cylindrical-coordinate representation of color #426687: hue angle of 208.7º 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 #426687 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 102 135 -
CMYK 0.51 0.24 0 0.47
HSL 208.7º 0.34% 0.39% -
HSV(B) 208.7º 0.51% 0.53% -
XYZ 11.37 12.41 24.72 -
YUV 95 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 66 102 135 0.51 0.24 0 0.47 208.7 0.34 0.39
Hex 42 66 87 33 18 0 2F D1 22 27
Octal 102 146 207 63 30 0 57 321 42 47
Binary 1000010 1100110 10000111 110011 11000 0 101111 11010001 100010 100111

Color Harmonies of #426687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426687

Black with #426687

Text Example


Text Example

White with #426687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426687; }

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

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

background-color css

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

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

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

border-color css

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

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

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