Html Css Color HEX #426891 Wedgewood

📋 copy color: '#426891'

red 66 ◦ green 104 ◦ blue 145

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

Shades of Wedgewood #426891

Tints of Wedgewood #426891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.02%

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

R = 20.95%
G = 33.02%
B = 46.03%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#426891 (or 0x426891) is known color: Wedgewood. HEX triplet: 42, 68 and 91. RGB value is (66,104,145). Sum of RGB (Red+Green+Blue) = 66+104+145=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #426891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426891 is #BD976E. Grayscale: #616161. Windows color (decimal): -12425071 or 9529410. OLE color: 9529410.

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

Color convert

RGB 66 104 145 -
CMYK 0.54 0.28 0 0.43
HSL 211.14º 0.37% 0.41% -
HSV(B) 211.14º 0.54% 0.57% -
XYZ 12.31 13.1 28.67 -
YUV 97.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 66 104 145 0.54 0.28 0 0.43 211.14 0.37 0.41
Hex 42 68 91 36 1C 0 2B D3 25 29
Octal 102 150 221 66 34 0 53 323 45 51
Binary 1000010 1101000 10010001 110110 11100 0 101011 11010011 100101 101001

Color Harmonies of #426891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426891

Black with #426891

Text Example


Text Example

White with #426891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426891; }

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

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

background-color css

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

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

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

border-color css

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

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

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