Html Css Color HEX #406D83 Calypso

📋 copy color: '#406D83'

red 64 ◦ green 109 ◦ blue 131

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

Shades of Calypso #406D83

Tints of Calypso #406D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.09%

R = 21.05%
G = 35.86%
B = 43.09%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406D83 (or 0x406D83) is known color: Calypso. HEX triplet: 40, 6D and 83. RGB value is (64,109,131). Sum of RGB (Red+Green+Blue) = 64+109+131=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #406D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D83 is #BF927C. Grayscale: #616161. Windows color (decimal): -12554877 or 8613184. OLE color: 8613184.

HSL color Cylindrical-coordinate representation of color #406D83: hue angle of 199.7º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #406D83 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 109 131 -
CMYK 0.51 0.17 0 0.49
HSL 199.7º 0.34% 0.38% -
HSV(B) 199.7º 0.51% 0.51% -
XYZ 11.68 13.67 23.49 -
YUV 98.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 64 109 131 0.51 0.17 0 0.49 199.7 0.34 0.38
Hex 40 6D 83 33 11 0 31 C8 22 26
Octal 100 155 203 63 21 0 61 310 42 46
Binary 1000000 1101101 10000011 110011 10001 0 110001 11001000 100010 100110

Color Harmonies of #406D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D83

Black with #406D83

Text Example


Text Example

White with #406D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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