Html Css Color HEX #406D8D Calypso

📋 copy color: '#406D8D'

red 64 ◦ green 109 ◦ blue 141

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

Shades of Calypso #406D8D

Tints of Calypso #406D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.71%

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

R = 20.38%
G = 34.71%
B = 44.9%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#406D8D (or 0x406D8D) is known color: Calypso. HEX triplet: 40, 6D and 8D. RGB value is (64,109,141). Sum of RGB (Red+Green+Blue) = 64+109+141=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #406D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D8D is #BF9272. Grayscale: #636363. Windows color (decimal): -12554867 or 9268544. OLE color: 9268544.

HSL color Cylindrical-coordinate representation of color #406D8D: hue angle of 204.94º 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 #406D8D is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 109 141 -
CMYK 0.55 0.23 0 0.45
HSL 204.94º 0.38% 0.4% -
HSV(B) 204.94º 0.55% 0.55% -
XYZ 12.39 13.95 27.24 -
YUV 99.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 64 109 141 0.55 0.23 0 0.45 204.94 0.38 0.4
Hex 40 6D 8D 37 17 0 2D CD 26 28
Octal 100 155 215 67 27 0 55 315 46 50
Binary 1000000 1101101 10001101 110111 10111 0 101101 11001101 100110 101000

Color Harmonies of #406D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D8D

Black with #406D8D

Text Example


Text Example

White with #406D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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