Html Css Color HEX #407085 Calypso

📋 copy color: '#407085'

red 64 ◦ green 112 ◦ blue 133

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

Shades of Calypso #407085

Tints of Calypso #407085

RGB

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

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

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

R = 20.71%
G = 36.25%
B = 43.04%

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

#407085 (or 0x407085) is known color: Calypso. HEX triplet: 40, 70 and 85. RGB value is (64,112,133). Sum of RGB (Red+Green+Blue) = 64+112+133=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #407085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407085 is #BF8F7A. Grayscale: #636363. Windows color (decimal): -12554107 or 8745024. OLE color: 8745024.

HSL color Cylindrical-coordinate representation of color #407085: hue angle of 198.26º 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 #407085 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 112 133 -
CMYK 0.52 0.16 0 0.48
HSL 198.26º 0.35% 0.39% -
HSV(B) 198.26º 0.52% 0.52% -
XYZ 12.14 14.37 24.32 -
YUV 100.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 64 112 133 0.52 0.16 0 0.48 198.26 0.35 0.39
Hex 40 70 85 34 10 0 30 C6 23 27
Octal 100 160 205 64 20 0 60 306 43 47
Binary 1000000 1110000 10000101 110100 10000 0 110000 11000110 100011 100111

Color Harmonies of #407085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407085

Black with #407085

Text Example


Text Example

White with #407085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407085; }

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

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

background-color css

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

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

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

border-color css

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

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

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