Html Css Color HEX #426E91 Wedgewood

📋 copy color: '#426E91'

red 66 ◦ green 110 ◦ blue 145

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

Shades of Wedgewood #426E91

Tints of Wedgewood #426E91

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.27%

 BLUE value IS 145 (57.03% from 255) = 45.17%

R = 20.56%
G = 34.27%
B = 45.17%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#426E91 (or 0x426E91) is known color: Wedgewood. HEX triplet: 42, 6E and 91. RGB value is (66,110,145). Sum of RGB (Red+Green+Blue) = 66+110+145=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #426E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E91 is #BD916E. Grayscale: #646464. Windows color (decimal): -12423535 or 9530946. OLE color: 9530946.

HSL color Cylindrical-coordinate representation of color #426E91: hue angle of 206.58º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426E91 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 110 145 -
CMYK 0.54 0.24 0 0.43
HSL 206.58º 0.37% 0.41% -
HSV(B) 206.58º 0.54% 0.57% -
XYZ 12.93 14.35 28.88 -
YUV 100.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 66 110 145 0.54 0.24 0 0.43 206.58 0.37 0.41
Hex 42 6E 91 36 18 0 2B CF 25 29
Octal 102 156 221 66 30 0 53 317 45 51
Binary 1000010 1101110 10010001 110110 11000 0 101011 11001111 100101 101001

Color Harmonies of #426E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E91

Black with #426E91

Text Example


Text Example

White with #426E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,110,145); }

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

background-color css

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

 a { background-color: rgb(66,110,145); }

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

border-color css

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

 span { border-color: rgb(66,110,145); }

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