Html Css Color HEX #426A88 Wedgewood

📋 copy color: '#426A88'

red 66 ◦ green 106 ◦ blue 136

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

Shades of Wedgewood #426A88

Tints of Wedgewood #426A88

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.42%

 BLUE value IS 136 (53.52% from 255) = 44.16%

R = 21.43%
G = 34.42%
B = 44.16%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#426A88 (or 0x426A88) is known color: Wedgewood. HEX triplet: 42, 6A and 88. RGB value is (66,106,136). Sum of RGB (Red+Green+Blue) = 66+106+136=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #426A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426A88 is #BD9577. Grayscale: #616161. Windows color (decimal): -12424568 or 8940098. OLE color: 8940098.

HSL color Cylindrical-coordinate representation of color #426A88: hue angle of 205.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #426A88 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 106 136 -
CMYK 0.51 0.22 0 0.47
HSL 205.71º 0.35% 0.4% -
HSV(B) 205.71º 0.51% 0.53% -
XYZ 11.84 13.24 25.22 -
YUV 97.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 66 106 136 0.51 0.22 0 0.47 205.71 0.35 0.4
Hex 42 6A 88 33 16 0 2F CE 23 28
Octal 102 152 210 63 26 0 57 316 43 50
Binary 1000010 1101010 10001000 110011 10110 0 101111 11001110 100011 101000

Color Harmonies of #426A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426A88

Black with #426A88

Text Example


Text Example

White with #426A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426A88; }

 p { color: rgb(66,106,136); }

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

background-color css

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

 a { background-color: rgb(66,106,136); }

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

border-color css

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

 span { border-color: rgb(66,106,136); }

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