Html Css Color HEX #406E8B Calypso

📋 copy color: '#406E8B'

red 64 ◦ green 110 ◦ blue 139

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

Shades of Calypso #406E8B

Tints of Calypso #406E8B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 20.45%
G = 35.14%
B = 44.41%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#406E8B (or 0x406E8B) is known color: Calypso. HEX triplet: 40, 6E and 8B. RGB value is (64,110,139). Sum of RGB (Red+Green+Blue) = 64+110+139=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #406E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406E8B is #BF9174. Grayscale: #636363. Windows color (decimal): -12554613 or 9137728. OLE color: 9137728.

HSL color Cylindrical-coordinate representation of color #406E8B: hue angle of 203.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #406E8B is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 110 139 -
CMYK 0.54 0.21 0 0.45
HSL 203.2º 0.37% 0.4% -
HSV(B) 203.2º 0.54% 0.55% -
XYZ 12.35 14.11 26.5 -
YUV 99.55 150.26 102.64 -
System Red Green Blue C M Y K H S L
Decimal 64 110 139 0.54 0.21 0 0.45 203.2 0.37 0.4
Hex 40 6E 8B 36 15 0 2D CB 25 28
Octal 100 156 213 66 25 0 55 313 45 50
Binary 1000000 1101110 10001011 110110 10101 0 101101 11001011 100101 101000

Color Harmonies of #406E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406E8B

Black with #406E8B

Text Example


Text Example

White with #406E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406E8B; }

 p { color: rgb(64,110,139); }

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

background-color css

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

 a { background-color: rgb(64,110,139); }

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

border-color css

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

 span { border-color: rgb(64,110,139); }

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