Html Css Color HEX #426A90 Wedgewood

📋 copy color: '#426A90'

red 66 ◦ green 106 ◦ blue 144

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

Shades of Wedgewood #426A90

Tints of Wedgewood #426A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.57%

R = 20.89%
G = 33.54%
B = 45.57%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#426A90 (or 0x426A90) is known color: Wedgewood. HEX triplet: 42, 6A and 90. RGB value is (66,106,144). Sum of RGB (Red+Green+Blue) = 66+106+144=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #426A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426A90 is #BD956F. Grayscale: #626262. Windows color (decimal): -12424560 or 9464386. OLE color: 9464386.

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

Color convert

RGB 66 106 144 -
CMYK 0.54 0.26 0 0.44
HSL 209.23º 0.37% 0.41% -
HSV(B) 209.23º 0.54% 0.56% -
XYZ 12.43 13.48 28.33 -
YUV 98.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 66 106 144 0.54 0.26 0 0.44 209.23 0.37 0.41
Hex 42 6A 90 36 1A 0 2C D1 25 29
Octal 102 152 220 66 32 0 54 321 45 51
Binary 1000010 1101010 10010000 110110 11010 0 101100 11010001 100101 101001

Color Harmonies of #426A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426A90

Black with #426A90

Text Example


Text Example

White with #426A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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