Html Css Color HEX #407086 Calypso

📋 copy color: '#407086'

red 64 ◦ green 112 ◦ blue 134

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

Shades of Calypso #407086

Tints of Calypso #407086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 20.65%
G = 36.13%
B = 43.23%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#407086 (or 0x407086) is known color: Calypso. HEX triplet: 40, 70 and 86. RGB value is (64,112,134). Sum of RGB (Red+Green+Blue) = 64+112+134=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #407086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407086 is #BF8F79. Grayscale: #646464. Windows color (decimal): -12554106 or 8810560. OLE color: 8810560.

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

Color convert

RGB 64 112 134 -
CMYK 0.52 0.16 0 0.47
HSL 198.86º 0.35% 0.39% -
HSV(B) 198.86º 0.52% 0.53% -
XYZ 12.21 14.4 24.69 -
YUV 100.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 64 112 134 0.52 0.16 0 0.47 198.86 0.35 0.39
Hex 40 70 86 34 10 0 2F C7 23 27
Octal 100 160 206 64 20 0 57 307 43 47
Binary 1000000 1110000 10000110 110100 10000 0 101111 11000111 100011 100111

Color Harmonies of #407086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407086

Black with #407086

Text Example


Text Example

White with #407086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407086; }

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

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

background-color css

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

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

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

border-color css

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

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

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