Html Css Color HEX #406E8D Calypso

📋 copy color: '#406E8D'

red 64 ◦ green 110 ◦ blue 141

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

Shades of Calypso #406E8D

Tints of Calypso #406E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 20.32%
G = 34.92%
B = 44.76%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#406E8D (or 0x406E8D) is known color: Calypso. HEX triplet: 40, 6E and 8D. RGB value is (64,110,141). Sum of RGB (Red+Green+Blue) = 64+110+141=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #406E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406E8D is #BF9172. Grayscale: #636363. Windows color (decimal): -12554611 or 9268800. OLE color: 9268800.

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

Color convert

RGB 64 110 141 -
CMYK 0.55 0.22 0 0.45
HSL 204.16º 0.38% 0.4% -
HSV(B) 204.16º 0.55% 0.55% -
XYZ 12.5 14.16 27.27 -
YUV 99.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 64 110 141 0.55 0.22 0 0.45 204.16 0.38 0.4
Hex 40 6E 8D 37 16 0 2D CC 26 28
Octal 100 156 215 67 26 0 55 314 46 50
Binary 1000000 1101110 10001101 110111 10110 0 101101 11001100 100110 101000

Color Harmonies of #406E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406E8D

Black with #406E8D

Text Example


Text Example

White with #406E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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