Html Css Color HEX #407383 Calypso

📋 copy color: '#407383'

red 64 ◦ green 115 ◦ blue 131

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

Shades of Calypso #407383

Tints of Calypso #407383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 20.65%
G = 37.1%
B = 42.26%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407383 (or 0x407383) is known color: Calypso. HEX triplet: 40, 73 and 83. RGB value is (64,115,131). Sum of RGB (Red+Green+Blue) = 64+115+131=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #407383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407383 is #BF8C7C. Grayscale: #656565. Windows color (decimal): -12553341 or 8614720. OLE color: 8614720.

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

Color convert

RGB 64 115 131 -
CMYK 0.51 0.12 0 0.49
HSL 194.33º 0.34% 0.38% -
HSV(B) 194.33º 0.51% 0.51% -
XYZ 12.34 14.99 23.72 -
YUV 101.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 64 115 131 0.51 0.12 0 0.49 194.33 0.34 0.38
Hex 40 73 83 33 C 0 31 C2 22 26
Octal 100 163 203 63 14 0 61 302 42 46
Binary 1000000 1110011 10000011 110011 1100 0 110001 11000010 100010 100110

Color Harmonies of #407383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407383

Black with #407383

Text Example


Text Example

White with #407383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407383; }

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

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

background-color css

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

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

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

border-color css

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

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

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