Html Css Color HEX #407080 Calypso

📋 copy color: '#407080'

red 64 ◦ green 112 ◦ blue 128

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

Shades of Calypso #407080

Tints of Calypso #407080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.84%

 BLUE value IS 128 (50.39% from 255) = 42.11%

R = 21.05%
G = 36.84%
B = 42.11%

CMYK

 C value IS 0.5

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#407080 (or 0x407080) is known color: Calypso. HEX triplet: 40, 70 and 80. RGB value is (64,112,128). Sum of RGB (Red+Green+Blue) = 64+112+128=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #407080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407080 is #BF8F7F. Grayscale: #636363. Windows color (decimal): -12554112 or 8417344. OLE color: 8417344.

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

Color convert

RGB 64 112 128 -
CMYK 0.5 0.12 0 0.50
HSL 195º 0.33% 0.38% -
HSV(B) 195º 0.5% 0.5% -
XYZ 11.8 14.24 22.55 -
YUV 99.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 64 112 128 0.5 0.12 0 0.50 195 0.33 0.38
Hex 40 70 80 32 C 0 32 C3 21 26
Octal 100 160 200 62 14 0 62 303 41 46
Binary 1000000 1110000 10000000 110010 1100 0 110010 11000011 100001 100110

Color Harmonies of #407080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407080

Black with #407080

Text Example


Text Example

White with #407080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407080; }

 p { color: rgb(64,112,128); }

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

background-color css

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

 a { background-color: rgb(64,112,128); }

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

border-color css

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

 span { border-color: rgb(64,112,128); }

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