Html Css Color HEX #407190 Calypso

📋 copy color: '#407190'

red 64 ◦ green 113 ◦ blue 144

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

Shades of Calypso #407190

Tints of Calypso #407190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 19.94%
G = 35.2%
B = 44.86%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#407190 (or 0x407190) is known color: Calypso. HEX triplet: 40, 71 and 90. RGB value is (64,113,144). Sum of RGB (Red+Green+Blue) = 64+113+144=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #407190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407190 is #BF8E6F. Grayscale: #656565. Windows color (decimal): -12553840 or 9466176. OLE color: 9466176.

HSL color Cylindrical-coordinate representation of color #407190: hue angle of 203.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407190 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 113 144 -
CMYK 0.56 0.22 0 0.44
HSL 203.25º 0.38% 0.41% -
HSV(B) 203.25º 0.56% 0.56% -
XYZ 13.05 14.91 28.58 -
YUV 101.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 64 113 144 0.56 0.22 0 0.44 203.25 0.38 0.41
Hex 40 71 90 38 16 0 2C CB 26 29
Octal 100 161 220 70 26 0 54 313 46 51
Binary 1000000 1110001 10010000 111000 10110 0 101100 11001011 100110 101001

Color Harmonies of #407190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407190

Black with #407190

Text Example


Text Example

White with #407190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407190; }

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

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

background-color css

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

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

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

border-color css

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

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

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