Html Css Color HEX #407482 Calypso

📋 copy color: '#407482'

red 64 ◦ green 116 ◦ blue 130

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

Shades of Calypso #407482

Tints of Calypso #407482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 20.65%
G = 37.42%
B = 41.94%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407482 (or 0x407482) is known color: Calypso. HEX triplet: 40, 74 and 82. RGB value is (64,116,130). Sum of RGB (Red+Green+Blue) = 64+116+130=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #407482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407482 is #BF8B7D. Grayscale: #656565. Windows color (decimal): -12553086 or 8549440. OLE color: 8549440.

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

Color convert

RGB 64 116 130 -
CMYK 0.51 0.11 0 0.49
HSL 192.73º 0.34% 0.38% -
HSV(B) 192.73º 0.51% 0.51% -
XYZ 12.39 15.19 23.4 -
YUV 102.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 64 116 130 0.51 0.11 0 0.49 192.73 0.34 0.38
Hex 40 74 82 33 B 0 31 C1 22 26
Octal 100 164 202 63 13 0 61 301 42 46
Binary 1000000 1110100 10000010 110011 1011 0 110001 11000001 100010 100110

Color Harmonies of #407482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407482

Black with #407482

Text Example


Text Example

White with #407482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407482; }

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

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

background-color css

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

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

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

border-color css

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

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

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