Html Css Color HEX #407280 Calypso

📋 copy color: '#407280'

red 64 ◦ green 114 ◦ blue 128

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

Shades of Calypso #407280

Tints of Calypso #407280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.25%

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

R = 20.92%
G = 37.25%
B = 41.83%

CMYK

 C value IS 0.5

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#407280 (or 0x407280) is known color: Calypso. HEX triplet: 40, 72 and 80. RGB value is (64,114,128). Sum of RGB (Red+Green+Blue) = 64+114+128=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #407280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407280 is #BF8D7F. Grayscale: #646464. Windows color (decimal): -12553600 or 8417856. OLE color: 8417856.

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

Color convert

RGB 64 114 128 -
CMYK 0.5 0.11 0 0.50
HSL 193.13º 0.33% 0.38% -
HSV(B) 193.13º 0.5% 0.5% -
XYZ 12.03 14.68 22.62 -
YUV 100.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 64 114 128 0.5 0.11 0 0.50 193.13 0.33 0.38
Hex 40 72 80 32 B 0 32 C1 21 26
Octal 100 162 200 62 13 0 62 301 41 46
Binary 1000000 1110010 10000000 110010 1011 0 110010 11000001 100001 100110

Color Harmonies of #407280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407280

Black with #407280

Text Example


Text Example

White with #407280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407280; }

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

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

background-color css

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

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

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

border-color css

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

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

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