Html Css Color HEX #407189 Calypso

📋 copy color: '#407189'

red 64 ◦ green 113 ◦ blue 137

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

Shades of Calypso #407189

Tints of Calypso #407189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.99%

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

R = 20.38%
G = 35.99%
B = 43.63%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#407189 (or 0x407189) is known color: Calypso. HEX triplet: 40, 71 and 89. RGB value is (64,113,137). Sum of RGB (Red+Green+Blue) = 64+113+137=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #407189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407189 is #BF8E76. Grayscale: #646464. Windows color (decimal): -12553847 or 9007424. OLE color: 9007424.

HSL color Cylindrical-coordinate representation of color #407189: hue angle of 199.73º 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 #407189 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 113 137 -
CMYK 0.53 0.18 0 0.46
HSL 199.73º 0.36% 0.39% -
HSV(B) 199.73º 0.53% 0.54% -
XYZ 12.53 14.71 25.84 -
YUV 101.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 64 113 137 0.53 0.18 0 0.46 199.73 0.36 0.39
Hex 40 71 89 35 12 0 2E C8 24 27
Octal 100 161 211 65 22 0 56 310 44 47
Binary 1000000 1110001 10001001 110101 10010 0 101110 11001000 100100 100111

Color Harmonies of #407189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407189

Black with #407189

Text Example


Text Example

White with #407189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407189; }

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

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

background-color css

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

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

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

border-color css

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

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

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