Html Css Color HEX #406288 Wedgewood

📋 copy color: '#406288'

red 64 ◦ green 98 ◦ blue 136

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

Shades of Wedgewood #406288

Tints of Wedgewood #406288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

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

R = 21.48%
G = 32.89%
B = 45.64%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#406288 (or 0x406288) is known color: Wedgewood. HEX triplet: 40, 62 and 88. RGB value is (64,98,136). Sum of RGB (Red+Green+Blue) = 64+98+136=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #406288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406288 is #BF9D77. Grayscale: #5B5B5B. Windows color (decimal): -12557688 or 8938048. OLE color: 8938048.

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

Color convert

RGB 64 98 136 -
CMYK 0.53 0.28 0 0.47
HSL 211.67º 0.36% 0.39% -
HSV(B) 211.67º 0.53% 0.53% -
XYZ 10.93 11.6 24.96 -
YUV 92.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 64 98 136 0.53 0.28 0 0.47 211.67 0.36 0.39
Hex 40 62 88 35 1C 0 2F D4 24 27
Octal 100 142 210 65 34 0 57 324 44 47
Binary 1000000 1100010 10001000 110101 11100 0 101111 11010100 100100 100111

Color Harmonies of #406288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406288

Black with #406288

Text Example


Text Example

White with #406288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406288; }

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

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

background-color css

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

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

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

border-color css

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

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

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