Html Css Color HEX #407382 Calypso

📋 copy color: '#407382'

red 64 ◦ green 115 ◦ blue 130

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

Shades of Calypso #407382

Tints of Calypso #407382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.22%

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

R = 20.71%
G = 37.22%
B = 42.07%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407382 (or 0x407382) is known color: Calypso. HEX triplet: 40, 73 and 82. RGB value is (64,115,130). Sum of RGB (Red+Green+Blue) = 64+115+130=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #407382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407382 is #BF8C7D. Grayscale: #656565. Windows color (decimal): -12553342 or 8549184. OLE color: 8549184.

HSL color Cylindrical-coordinate representation of color #407382: hue angle of 193.64º 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 #407382 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 115 130 -
CMYK 0.51 0.12 0 0.49
HSL 193.64º 0.34% 0.38% -
HSV(B) 193.64º 0.51% 0.51% -
XYZ 12.27 14.96 23.36 -
YUV 101.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 64 115 130 0.51 0.12 0 0.49 193.64 0.34 0.38
Hex 40 73 82 33 C 0 31 C2 22 26
Octal 100 163 202 63 14 0 61 302 42 46
Binary 1000000 1110011 10000010 110011 1100 0 110001 11000010 100010 100110

Color Harmonies of #407382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407382

Black with #407382

Text Example


Text Example

White with #407382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407382; }

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

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

background-color css

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

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

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

border-color css

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

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

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