Html Css Color HEX #407581 Calypso

📋 copy color: '#407581'

red 64 ◦ green 117 ◦ blue 129

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

Shades of Calypso #407581

Tints of Calypso #407581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.61%

R = 20.65%
G = 37.74%
B = 41.61%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407581 (or 0x407581) is known color: Calypso. HEX triplet: 40, 75 and 81. RGB value is (64,117,129). Sum of RGB (Red+Green+Blue) = 64+117+129=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #407581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407581 is #BF8A7E. Grayscale: #666666. Windows color (decimal): -12552831 or 8484160. OLE color: 8484160.

HSL color Cylindrical-coordinate representation of color #407581: hue angle of 191.08º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407581 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 117 129 -
CMYK 0.50 0.09 0 0.49
HSL 191.08º 0.34% 0.38% -
HSV(B) 191.08º 0.5% 0.51% -
XYZ 12.44 15.4 23.09 -
YUV 102.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 64 117 129 0.50 0.09 0 0.49 191.08 0.34 0.38
Hex 40 75 81 32 9 0 31 BF 22 26
Octal 100 165 201 62 11 0 61 277 42 46
Binary 1000000 1110101 10000001 110010 1001 0 110001 10111111 100010 100110

Color Harmonies of #407581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407581

Black with #407581

Text Example


Text Example

White with #407581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407581; }

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

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

background-color css

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

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

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

border-color css

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

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

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