Html Css Color HEX #406F84 Calypso

📋 copy color: '#406F84'

red 64 ◦ green 111 ◦ blue 132

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

Shades of Calypso #406F84

Tints of Calypso #406F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43%

R = 20.85%
G = 36.16%
B = 43%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#406F84 (or 0x406F84) is known color: Calypso. HEX triplet: 40, 6F and 84. RGB value is (64,111,132). Sum of RGB (Red+Green+Blue) = 64+111+132=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #406F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F84 is #BF907B. Grayscale: #636363. Windows color (decimal): -12554364 or 8679232. OLE color: 8679232.

HSL color Cylindrical-coordinate representation of color #406F84: hue angle of 198.53º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #406F84 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 111 132 -
CMYK 0.52 0.16 0 0.48
HSL 198.53º 0.35% 0.38% -
HSV(B) 198.53º 0.52% 0.52% -
XYZ 11.96 14.12 23.93 -
YUV 99.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 64 111 132 0.52 0.16 0 0.48 198.53 0.35 0.38
Hex 40 6F 84 34 10 0 30 C7 23 26
Octal 100 157 204 64 20 0 60 307 43 46
Binary 1000000 1101111 10000100 110100 10000 0 110000 11000111 100011 100110

Color Harmonies of #406F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F84

Black with #406F84

Text Example


Text Example

White with #406F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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