Html Css Color HEX #406D8B Calypso

📋 copy color: '#406D8B'

red 64 ◦ green 109 ◦ blue 139

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

Shades of Calypso #406D8B

Tints of Calypso #406D8B

RGB

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

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

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

R = 20.51%
G = 34.94%
B = 44.55%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#406D8B (or 0x406D8B) is known color: Calypso. HEX triplet: 40, 6D and 8B. RGB value is (64,109,139). Sum of RGB (Red+Green+Blue) = 64+109+139=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #406D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D8B is #BF9274. Grayscale: #626262. Windows color (decimal): -12554869 or 9137472. OLE color: 9137472.

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

Color convert

RGB 64 109 139 -
CMYK 0.54 0.22 0 0.45
HSL 204º 0.37% 0.4% -
HSV(B) 204º 0.54% 0.55% -
XYZ 12.24 13.89 26.46 -
YUV 98.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 64 109 139 0.54 0.22 0 0.45 204 0.37 0.4
Hex 40 6D 8B 36 16 0 2D CC 25 28
Octal 100 155 213 66 26 0 55 314 45 50
Binary 1000000 1101101 10001011 110110 10110 0 101101 11001100 100101 101000

Color Harmonies of #406D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D8B

Black with #406D8B

Text Example


Text Example

White with #406D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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