Html Css Color HEX #406488 Wedgewood

📋 copy color: '#406488'

red 64 ◦ green 100 ◦ blue 136

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

Shades of Wedgewood #406488

Tints of Wedgewood #406488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

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

R = 21.33%
G = 33.33%
B = 45.33%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#406488 (or 0x406488) is known color: Wedgewood. HEX triplet: 40, 64 and 88. RGB value is (64,100,136). Sum of RGB (Red+Green+Blue) = 64+100+136=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #406488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406488 is #BF9B77. Grayscale: #5D5D5D. Windows color (decimal): -12557176 or 8938560. OLE color: 8938560.

HSL color Cylindrical-coordinate representation of color #406488: hue angle of 210º 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 #406488 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 100 136 -
CMYK 0.53 0.26 0 0.47
HSL 210º 0.36% 0.39% -
HSV(B) 210º 0.53% 0.53% -
XYZ 11.12 11.98 25.02 -
YUV 93.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 64 100 136 0.53 0.26 0 0.47 210 0.36 0.39
Hex 40 64 88 35 1A 0 2F D2 24 27
Octal 100 144 210 65 32 0 57 322 44 47
Binary 1000000 1100100 10001000 110101 11010 0 101111 11010010 100100 100111

Color Harmonies of #406488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406488

Black with #406488

Text Example


Text Example

White with #406488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406488; }

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

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

background-color css

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

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

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

border-color css

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

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

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