Html Css Color HEX #426490 Wedgewood

📋 copy color: '#426490'

red 66 ◦ green 100 ◦ blue 144

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

Shades of Wedgewood #426490

Tints of Wedgewood #426490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

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

R = 21.29%
G = 32.26%
B = 46.45%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#426490 (or 0x426490) is known color: Wedgewood. HEX triplet: 42, 64 and 90. RGB value is (66,100,144). Sum of RGB (Red+Green+Blue) = 66+100+144=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #426490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426490 is #BD9B6F. Grayscale: #5E5E5E. Windows color (decimal): -12426096 or 9462850. OLE color: 9462850.

HSL color Cylindrical-coordinate representation of color #426490: hue angle of 213.85º 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 #426490 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 100 144 -
CMYK 0.54 0.31 0 0.44
HSL 213.85º 0.37% 0.41% -
HSV(B) 213.85º 0.54% 0.56% -
XYZ 11.84 12.29 28.13 -
YUV 94.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 66 100 144 0.54 0.31 0 0.44 213.85 0.37 0.41
Hex 42 64 90 36 1F 0 2C D6 25 29
Octal 102 144 220 66 37 0 54 326 45 51
Binary 1000010 1100100 10010000 110110 11111 0 101100 11010110 100101 101001

Color Harmonies of #426490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426490

Black with #426490

Text Example


Text Example

White with #426490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426490; }

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

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

background-color css

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

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

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

border-color css

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

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

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