Html Css Color HEX #406F95 Calypso

📋 copy color: '#406F95'

red 64 ◦ green 111 ◦ blue 149

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

Shades of Calypso #406F95

Tints of Calypso #406F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 19.75%
G = 34.26%
B = 45.99%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406F95 (or 0x406F95) is known color: Calypso. HEX triplet: 40, 6F and 95. RGB value is (64,111,149). Sum of RGB (Red+Green+Blue) = 64+111+149=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #406F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F95 is #BF906A. Grayscale: #656565. Windows color (decimal): -12554347 or 9793344. OLE color: 9793344.

HSL color Cylindrical-coordinate representation of color #406F95: hue angle of 206.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #406F95 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 111 149 -
CMYK 0.57 0.26 0 0.42
HSL 206.82º 0.4% 0.42% -
HSV(B) 206.82º 0.57% 0.58% -
XYZ 13.22 14.63 30.56 -
YUV 101.28 154.93 101.41 -
System Red Green Blue C M Y K H S L
Decimal 64 111 149 0.57 0.26 0 0.42 206.82 0.4 0.42
Hex 40 6F 95 39 1A 0 2A CF 28 2A
Octal 100 157 225 71 32 0 52 317 50 52
Binary 1000000 1101111 10010101 111001 11010 0 101010 11001111 101000 101010

Color Harmonies of #406F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F95

Black with #406F95

Text Example


Text Example

White with #406F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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