Html Css Color HEX #426389 Wedgewood

📋 copy color: '#426389'

red 66 ◦ green 99 ◦ blue 137

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

Shades of Wedgewood #426389

Tints of Wedgewood #426389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.78%

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

R = 21.85%
G = 32.78%
B = 45.36%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#426389 (or 0x426389) is known color: Wedgewood. HEX triplet: 42, 63 and 89. RGB value is (66,99,137). Sum of RGB (Red+Green+Blue) = 66+99+137=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #426389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426389 is #BD9C76. Grayscale: #5D5D5D. Windows color (decimal): -12426359 or 9003842. OLE color: 9003842.

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

Color convert

RGB 66 99 137 -
CMYK 0.52 0.28 0 0.46
HSL 212.11º 0.35% 0.4% -
HSV(B) 212.11º 0.52% 0.54% -
XYZ 11.22 11.89 25.37 -
YUV 93.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 66 99 137 0.52 0.28 0 0.46 212.11 0.35 0.4
Hex 42 63 89 34 1C 0 2E D4 23 28
Octal 102 143 211 64 34 0 56 324 43 50
Binary 1000010 1100011 10001001 110100 11100 0 101110 11010100 100011 101000

Color Harmonies of #426389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426389

Black with #426389

Text Example


Text Example

White with #426389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426389; }

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

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

background-color css

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

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

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

border-color css

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

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

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