Html Css Color HEX #406E8A Calypso

📋 copy color: '#406E8A'

red 64 ◦ green 110 ◦ blue 138

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

Shades of Calypso #406E8A

Tints of Calypso #406E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.23%

R = 20.51%
G = 35.26%
B = 44.23%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#406E8A (or 0x406E8A) is known color: Calypso. HEX triplet: 40, 6E and 8A. RGB value is (64,110,138). Sum of RGB (Red+Green+Blue) = 64+110+138=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #406E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406E8A is #BF9175. Grayscale: #636363. Windows color (decimal): -12554614 or 9072192. OLE color: 9072192.

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

Color convert

RGB 64 110 138 -
CMYK 0.54 0.20 0 0.46
HSL 202.7º 0.37% 0.4% -
HSV(B) 202.7º 0.54% 0.54% -
XYZ 12.28 14.08 26.11 -
YUV 99.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 64 110 138 0.54 0.20 0 0.46 202.7 0.37 0.4
Hex 40 6E 8A 36 14 0 2E CB 25 28
Octal 100 156 212 66 24 0 56 313 45 50
Binary 1000000 1101110 10001010 110110 10100 0 101110 11001011 100101 101000

Color Harmonies of #406E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406E8A

Black with #406E8A

Text Example


Text Example

White with #406E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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