Html Css Color HEX #406982 Calypso

📋 copy color: '#406982'

red 64 ◦ green 105 ◦ blue 130

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

Shades of Calypso #406982

Tints of Calypso #406982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.12%

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 21.4%
G = 35.12%
B = 43.48%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406982 (or 0x406982) is known color: Calypso. HEX triplet: 40, 69 and 82. RGB value is (64,105,130). Sum of RGB (Red+Green+Blue) = 64+105+130=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #406982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406982 is #BF967D. Grayscale: #5F5F5F. Windows color (decimal): -12555902 or 8546624. OLE color: 8546624.

HSL color Cylindrical-coordinate representation of color #406982: hue angle of 202.73º 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 #406982 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 105 130 -
CMYK 0.51 0.19 0 0.49
HSL 202.73º 0.34% 0.38% -
HSV(B) 202.73º 0.51% 0.51% -
XYZ 11.2 12.8 23 -
YUV 95.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 64 105 130 0.51 0.19 0 0.49 202.73 0.34 0.38
Hex 40 69 82 33 13 0 31 CB 22 26
Octal 100 151 202 63 23 0 61 313 42 46
Binary 1000000 1101001 10000010 110011 10011 0 110001 11001011 100010 100110

Color Harmonies of #406982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406982

Black with #406982

Text Example


Text Example

White with #406982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406982; }

 p { color: rgb(64,105,130); }

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

background-color css

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

 a { background-color: rgb(64,105,130); }

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

border-color css

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

 span { border-color: rgb(64,105,130); }

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