Html Css Color HEX #426590 Wedgewood

📋 copy color: '#426590'

red 66 ◦ green 101 ◦ blue 144

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

Shades of Wedgewood #426590

Tints of Wedgewood #426590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

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

R = 21.22%
G = 32.48%
B = 46.3%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#426590 (or 0x426590) is known color: Wedgewood. HEX triplet: 42, 65 and 90. RGB value is (66,101,144). Sum of RGB (Red+Green+Blue) = 66+101+144=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #426590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426590 is #BD9A6F. Grayscale: #5F5F5F. Windows color (decimal): -12425840 or 9463106. OLE color: 9463106.

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

Color convert

RGB 66 101 144 -
CMYK 0.54 0.30 0 0.44
HSL 213.08º 0.37% 0.41% -
HSV(B) 213.08º 0.54% 0.56% -
XYZ 11.93 12.48 28.17 -
YUV 95.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 66 101 144 0.54 0.30 0 0.44 213.08 0.37 0.41
Hex 42 65 90 36 1E 0 2C D5 25 29
Octal 102 145 220 66 36 0 54 325 45 51
Binary 1000010 1100101 10010000 110110 11110 0 101100 11010101 100101 101001

Color Harmonies of #426590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426590

Black with #426590

Text Example


Text Example

White with #426590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426590; }

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

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

background-color css

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

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

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

border-color css

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

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

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