Html Css Color HEX #426089 Wedgewood

📋 copy color: '#426089'

red 66 ◦ green 96 ◦ blue 137

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

Shades of Wedgewood #426089

Tints of Wedgewood #426089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.11%

 BLUE value IS 137 (53.91% from 255) = 45.82%

R = 22.07%
G = 32.11%
B = 45.82%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#426089 (or 0x426089) is known color: Wedgewood. HEX triplet: 42, 60 and 89. RGB value is (66,96,137). Sum of RGB (Red+Green+Blue) = 66+96+137=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #426089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426089 is #BD9F76. Grayscale: #5B5B5B. Windows color (decimal): -12427127 or 9003074. OLE color: 9003074.

HSL color Cylindrical-coordinate representation of color #426089: hue angle of 214.65º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #426089 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 96 137 -
CMYK 0.52 0.30 0 0.46
HSL 214.65º 0.35% 0.4% -
HSV(B) 214.65º 0.52% 0.54% -
XYZ 10.94 11.33 25.28 -
YUV 91.7 153.56 109.67 -
System Red Green Blue C M Y K H S L
Decimal 66 96 137 0.52 0.30 0 0.46 214.65 0.35 0.4
Hex 42 60 89 34 1E 0 2E D7 23 28
Octal 102 140 211 64 36 0 56 327 43 50
Binary 1000010 1100000 10001001 110100 11110 0 101110 11010111 100011 101000

Color Harmonies of #426089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426089

Black with #426089

Text Example


Text Example

White with #426089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426089; }

 p { color: rgb(66,96,137); }

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

background-color css

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

 a { background-color: rgb(66,96,137); }

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

border-color css

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

 span { border-color: rgb(66,96,137); }

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