Html Css Color HEX #426989 Wedgewood

📋 copy color: '#426989'

red 66 ◦ green 105 ◦ blue 137

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

Shades of Wedgewood #426989

Tints of Wedgewood #426989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.09%

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

R = 21.43%
G = 34.09%
B = 44.48%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#426989 (or 0x426989) is known color: Wedgewood. HEX triplet: 42, 69 and 89. RGB value is (66,105,137). Sum of RGB (Red+Green+Blue) = 66+105+137=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #426989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426989 is #BD9676. Grayscale: #606060. Windows color (decimal): -12424823 or 9005378. OLE color: 9005378.

HSL color Cylindrical-coordinate representation of color #426989: hue angle of 207.04º 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 #426989 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 105 137 -
CMYK 0.52 0.23 0 0.46
HSL 207.04º 0.35% 0.4% -
HSV(B) 207.04º 0.52% 0.54% -
XYZ 11.81 13.07 25.57 -
YUV 96.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 66 105 137 0.52 0.23 0 0.46 207.04 0.35 0.4
Hex 42 69 89 34 17 0 2E CF 23 28
Octal 102 151 211 64 27 0 56 317 43 50
Binary 1000010 1101001 10001001 110100 10111 0 101110 11001111 100011 101000

Color Harmonies of #426989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426989

Black with #426989

Text Example


Text Example

White with #426989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426989; }

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

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

background-color css

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

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

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

border-color css

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

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

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