Html Css Color HEX #407589 Calypso

📋 copy color: '#407589'

red 64 ◦ green 117 ◦ blue 137

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

Shades of Calypso #407589

Tints of Calypso #407589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.79%

 BLUE value IS 137 (53.91% from 255) = 43.08%

R = 20.13%
G = 36.79%
B = 43.08%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#407589 (or 0x407589) is known color: Calypso. HEX triplet: 40, 75 and 89. RGB value is (64,117,137). Sum of RGB (Red+Green+Blue) = 64+117+137=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #407589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407589 is #BF8A76. Grayscale: #676767. Windows color (decimal): -12552823 or 9008448. OLE color: 9008448.

HSL color Cylindrical-coordinate representation of color #407589: hue angle of 196.44º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #407589 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 117 137 -
CMYK 0.53 0.15 0 0.46
HSL 196.44º 0.36% 0.39% -
HSV(B) 196.44º 0.53% 0.54% -
XYZ 12.99 15.62 26 -
YUV 103.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 64 117 137 0.53 0.15 0 0.46 196.44 0.36 0.39
Hex 40 75 89 35 F 0 2E C4 24 27
Octal 100 165 211 65 17 0 56 304 44 47
Binary 1000000 1110101 10001001 110101 1111 0 101110 11000100 100100 100111

Color Harmonies of #407589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407589

Black with #407589

Text Example


Text Example

White with #407589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407589; }

 p { color: rgb(64,117,137); }

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

background-color css

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

 a { background-color: rgb(64,117,137); }

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

border-color css

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

 span { border-color: rgb(64,117,137); }

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