Html Css Color HEX #426D90 Wedgewood

📋 copy color: '#426D90'

red 66 ◦ green 109 ◦ blue 144

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

Shades of Wedgewood #426D90

Tints of Wedgewood #426D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

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

R = 20.69%
G = 34.17%
B = 45.14%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#426D90 (or 0x426D90) is known color: Wedgewood. HEX triplet: 42, 6D and 90. RGB value is (66,109,144). Sum of RGB (Red+Green+Blue) = 66+109+144=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #426D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D90 is #BD926F. Grayscale: #636363. Windows color (decimal): -12423792 or 9465154. OLE color: 9465154.

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

Color convert

RGB 66 109 144 -
CMYK 0.54 0.24 0 0.44
HSL 206.92º 0.37% 0.41% -
HSV(B) 206.92º 0.54% 0.56% -
XYZ 12.75 14.11 28.44 -
YUV 100.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 66 109 144 0.54 0.24 0 0.44 206.92 0.37 0.41
Hex 42 6D 90 36 18 0 2C CF 25 29
Octal 102 155 220 66 30 0 54 317 45 51
Binary 1000010 1101101 10010000 110110 11000 0 101100 11001111 100101 101001

Color Harmonies of #426D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D90

Black with #426D90

Text Example


Text Example

White with #426D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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