Html Css Color HEX #407582 Calypso

📋 copy color: '#407582'

red 64 ◦ green 117 ◦ blue 130

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

Shades of Calypso #407582

Tints of Calypso #407582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.8%

R = 20.58%
G = 37.62%
B = 41.8%

CMYK

 C value IS 0.51

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407582 (or 0x407582) is known color: Calypso. HEX triplet: 40, 75 and 82. RGB value is (64,117,130). Sum of RGB (Red+Green+Blue) = 64+117+130=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #407582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407582 is #BF8A7D. Grayscale: #666666. Windows color (decimal): -12552830 or 8549696. OLE color: 8549696.

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

Color convert

RGB 64 117 130 -
CMYK 0.51 0.1 0 0.49
HSL 191.82º 0.34% 0.38% -
HSV(B) 191.82º 0.51% 0.51% -
XYZ 12.5 15.42 23.44 -
YUV 102.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 64 117 130 0.51 0.1 0 0.49 191.82 0.34 0.38
Hex 40 75 82 33 A 0 31 C0 22 26
Octal 100 165 202 63 12 0 61 300 42 46
Binary 1000000 1110101 10000010 110011 1010 0 110001 11000000 100010 100110

Color Harmonies of #407582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407582

Black with #407582

Text Example


Text Example

White with #407582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407582; }

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

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

background-color css

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

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

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

border-color css

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

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

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