Html Css Color HEX #406F81 Calypso

📋 copy color: '#406F81'

red 64 ◦ green 111 ◦ blue 129

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

Shades of Calypso #406F81

Tints of Calypso #406F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.51%

 BLUE value IS 129 (50.78% from 255) = 42.43%

R = 21.05%
G = 36.51%
B = 42.43%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406F81 (or 0x406F81) is known color: Calypso. HEX triplet: 40, 6F and 81. RGB value is (64,111,129). Sum of RGB (Red+Green+Blue) = 64+111+129=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #406F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F81 is #BF907E. Grayscale: #626262. Windows color (decimal): -12554367 or 8482624. OLE color: 8482624.

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

Color convert

RGB 64 111 129 -
CMYK 0.50 0.14 0 0.49
HSL 196.62º 0.34% 0.38% -
HSV(B) 196.62º 0.5% 0.51% -
XYZ 11.76 14.04 22.86 -
YUV 99 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 64 111 129 0.50 0.14 0 0.49 196.62 0.34 0.38
Hex 40 6F 81 32 E 0 31 C5 22 26
Octal 100 157 201 62 16 0 61 305 42 46
Binary 1000000 1101111 10000001 110010 1110 0 110001 11000101 100010 100110

Color Harmonies of #406F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F81

Black with #406F81

Text Example


Text Example

White with #406F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,111,129); }

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

background-color css

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

 a { background-color: rgb(64,111,129); }

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

border-color css

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

 span { border-color: rgb(64,111,129); }

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