Html Css Color HEX #407381 Calypso

📋 copy color: '#407381'

red 64 ◦ green 115 ◦ blue 129

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

Shades of Calypso #407381

Tints of Calypso #407381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.88%

R = 20.78%
G = 37.34%
B = 41.88%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407381 (or 0x407381) is known color: Calypso. HEX triplet: 40, 73 and 81. RGB value is (64,115,129). Sum of RGB (Red+Green+Blue) = 64+115+129=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #407381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407381 is #BF8C7E. Grayscale: #656565. Windows color (decimal): -12553343 or 8483648. OLE color: 8483648.

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

Color convert

RGB 64 115 129 -
CMYK 0.50 0.11 0 0.49
HSL 192.92º 0.34% 0.38% -
HSV(B) 192.92º 0.5% 0.51% -
XYZ 12.21 14.94 23.01 -
YUV 101.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 64 115 129 0.50 0.11 0 0.49 192.92 0.34 0.38
Hex 40 73 81 32 B 0 31 C1 22 26
Octal 100 163 201 62 13 0 61 301 42 46
Binary 1000000 1110011 10000001 110010 1011 0 110001 11000001 100010 100110

Color Harmonies of #407381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407381

Black with #407381

Text Example


Text Example

White with #407381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407381; }

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

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

background-color css

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

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

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

border-color css

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

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

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