Html Css Color HEX #406189 Wedgewood

📋 copy color: '#406189'

red 64 ◦ green 97 ◦ blue 137

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

Shades of Wedgewood #406189

Tints of Wedgewood #406189

RGB

 RED value IS 64 (25.39% from 255) = 21.48%

 GREEN value IS 97 (38.28% from 255) = 32.55%

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

R = 21.48%
G = 32.55%
B = 45.97%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#406189 (or 0x406189) is known color: Wedgewood. HEX triplet: 40, 61 and 89. RGB value is (64,97,137). Sum of RGB (Red+Green+Blue) = 64+97+137=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #406189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406189 is #BF9E76. Grayscale: #5B5B5B. Windows color (decimal): -12557943 or 9003328. OLE color: 9003328.

HSL color Cylindrical-coordinate representation of color #406189: hue angle of 212.88º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #406189 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 97 137 -
CMYK 0.53 0.29 0 0.46
HSL 212.88º 0.36% 0.39% -
HSV(B) 212.88º 0.53% 0.54% -
XYZ 10.9 11.45 25.3 -
YUV 91.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 64 97 137 0.53 0.29 0 0.46 212.88 0.36 0.39
Hex 40 61 89 35 1D 0 2E D5 24 27
Octal 100 141 211 65 35 0 56 325 44 47
Binary 1000000 1100001 10001001 110101 11101 0 101110 11010101 100100 100111

Color Harmonies of #406189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406189

Black with #406189

Text Example


Text Example

White with #406189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406189; }

 p { color: rgb(64,97,137); }

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

background-color css

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

 a { background-color: rgb(64,97,137); }

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

border-color css

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

 span { border-color: rgb(64,97,137); }

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