Html Css Color HEX #407095 Calypso

📋 copy color: '#407095'

red 64 ◦ green 112 ◦ blue 149

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

Shades of Calypso #407095

Tints of Calypso #407095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.46%

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

R = 19.69%
G = 34.46%
B = 45.85%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#407095 (or 0x407095) is known color: Calypso. HEX triplet: 40, 70 and 95. RGB value is (64,112,149). Sum of RGB (Red+Green+Blue) = 64+112+149=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #407095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407095 is #BF8F6A. Grayscale: #656565. Windows color (decimal): -12554091 or 9793600. OLE color: 9793600.

HSL color Cylindrical-coordinate representation of color #407095: hue angle of 206.12º 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 #407095 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 112 149 -
CMYK 0.57 0.25 0 0.42
HSL 206.12º 0.4% 0.42% -
HSV(B) 206.12º 0.57% 0.58% -
XYZ 13.33 14.85 30.6 -
YUV 101.87 154.6 100.99 -
System Red Green Blue C M Y K H S L
Decimal 64 112 149 0.57 0.25 0 0.42 206.12 0.4 0.42
Hex 40 70 95 39 19 0 2A CE 28 2A
Octal 100 160 225 71 31 0 52 316 50 52
Binary 1000000 1110000 10010101 111001 11001 0 101010 11001110 101000 101010

Color Harmonies of #407095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407095

Black with #407095

Text Example


Text Example

White with #407095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407095; }

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

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

background-color css

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

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

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

border-color css

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

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

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