Html Css Color HEX #407380 Calypso

📋 copy color: '#407380'

red 64 ◦ green 115 ◦ blue 128

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

Shades of Calypso #407380

Tints of Calypso #407380

RGB

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

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

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

R = 20.85%
G = 37.46%
B = 41.69%

CMYK

 C value IS 0.5

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#407380 (or 0x407380) is known color: Calypso. HEX triplet: 40, 73 and 80. RGB value is (64,115,128). Sum of RGB (Red+Green+Blue) = 64+115+128=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #407380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407380 is #BF8C7F. Grayscale: #656565. Windows color (decimal): -12553344 or 8418112. OLE color: 8418112.

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

Color convert

RGB 64 115 128 -
CMYK 0.5 0.10 0 0.50
HSL 192.19º 0.33% 0.38% -
HSV(B) 192.19º 0.5% 0.5% -
XYZ 12.14 14.91 22.66 -
YUV 101.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 64 115 128 0.5 0.10 0 0.50 192.19 0.33 0.38
Hex 40 73 80 32 A 0 32 C0 21 26
Octal 100 163 200 62 12 0 62 300 41 46
Binary 1000000 1110011 10000000 110010 1010 0 110010 11000000 100001 100110

Color Harmonies of #407380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407380

Black with #407380

Text Example


Text Example

White with #407380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407380; }

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

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

background-color css

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

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

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

border-color css

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

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

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