Html Css Color HEX #426691 Wedgewood

📋 copy color: '#426691'

red 66 ◦ green 102 ◦ blue 145

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

Shades of Wedgewood #426691

Tints of Wedgewood #426691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.59%

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

R = 21.09%
G = 32.59%
B = 46.33%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#426691 (or 0x426691) is known color: Wedgewood. HEX triplet: 42, 66 and 91. RGB value is (66,102,145). Sum of RGB (Red+Green+Blue) = 66+102+145=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #426691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426691 is #BD996E. Grayscale: #5F5F5F. Windows color (decimal): -12425583 or 9528898. OLE color: 9528898.

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

Color convert

RGB 66 102 145 -
CMYK 0.54 0.30 0 0.43
HSL 212.66º 0.37% 0.41% -
HSV(B) 212.66º 0.54% 0.57% -
XYZ 12.11 12.71 28.6 -
YUV 96.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 66 102 145 0.54 0.30 0 0.43 212.66 0.37 0.41
Hex 42 66 91 36 1E 0 2B D5 25 29
Octal 102 146 221 66 36 0 53 325 45 51
Binary 1000010 1100110 10010001 110110 11110 0 101011 11010101 100101 101001

Color Harmonies of #426691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426691

Black with #426691

Text Example


Text Example

White with #426691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426691; }

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

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

background-color css

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

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

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

border-color css

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

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

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