Html Css Color HEX #406F85 Calypso

📋 copy color: '#406F85'

red 64 ◦ green 111 ◦ blue 133

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

Shades of Calypso #406F85

Tints of Calypso #406F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.18%

R = 20.78%
G = 36.04%
B = 43.18%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#406F85 (or 0x406F85) is known color: Calypso. HEX triplet: 40, 6F and 85. RGB value is (64,111,133). Sum of RGB (Red+Green+Blue) = 64+111+133=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #406F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F85 is #BF907A. Grayscale: #636363. Windows color (decimal): -12554363 or 8744768. OLE color: 8744768.

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

Color convert

RGB 64 111 133 -
CMYK 0.52 0.17 0 0.48
HSL 199.13º 0.35% 0.39% -
HSV(B) 199.13º 0.52% 0.52% -
XYZ 12.03 14.15 24.29 -
YUV 99.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 64 111 133 0.52 0.17 0 0.48 199.13 0.35 0.39
Hex 40 6F 85 34 11 0 30 C7 23 27
Octal 100 157 205 64 21 0 60 307 43 47
Binary 1000000 1101111 10000101 110100 10001 0 110000 11000111 100011 100111

Color Harmonies of #406F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F85

Black with #406F85

Text Example


Text Example

White with #406F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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