Html Css Color HEX #406188 Wedgewood

📋 copy color: '#406188'

red 64 ◦ green 97 ◦ blue 136

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

Shades of Wedgewood #406188

Tints of Wedgewood #406188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.79%

R = 21.55%
G = 32.66%
B = 45.79%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#406188 (or 0x406188) is known color: Wedgewood. HEX triplet: 40, 61 and 88. RGB value is (64,97,136). Sum of RGB (Red+Green+Blue) = 64+97+136=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #406188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406188 is #BF9E77. Grayscale: #5B5B5B. Windows color (decimal): -12557944 or 8937792. OLE color: 8937792.

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

Color convert

RGB 64 97 136 -
CMYK 0.53 0.29 0 0.47
HSL 212.5º 0.36% 0.39% -
HSV(B) 212.5º 0.53% 0.53% -
XYZ 10.83 11.42 24.93 -
YUV 91.58 153.07 108.33 -
System Red Green Blue C M Y K H S L
Decimal 64 97 136 0.53 0.29 0 0.47 212.5 0.36 0.39
Hex 40 61 88 35 1D 0 2F D4 24 27
Octal 100 141 210 65 35 0 57 324 44 47
Binary 1000000 1100001 10001000 110101 11101 0 101111 11010100 100100 100111

Color Harmonies of #406188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406188

Black with #406188

Text Example


Text Example

White with #406188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406188; }

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

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

background-color css

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

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

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

border-color css

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

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

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