Html Css Color HEX #407386 Calypso

📋 copy color: '#407386'

red 64 ◦ green 115 ◦ blue 134

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

Shades of Calypso #407386

Tints of Calypso #407386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.81%

R = 20.45%
G = 36.74%
B = 42.81%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#407386 (or 0x407386) is known color: Calypso. HEX triplet: 40, 73 and 86. RGB value is (64,115,134). Sum of RGB (Red+Green+Blue) = 64+115+134=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #407386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407386 is #BF8C79. Grayscale: #656565. Windows color (decimal): -12553338 or 8811328. OLE color: 8811328.

HSL color Cylindrical-coordinate representation of color #407386: hue angle of 196.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407386 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 115 134 -
CMYK 0.52 0.14 0 0.47
HSL 196.29º 0.35% 0.39% -
HSV(B) 196.29º 0.52% 0.53% -
XYZ 12.55 15.07 24.8 -
YUV 101.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 64 115 134 0.52 0.14 0 0.47 196.29 0.35 0.39
Hex 40 73 86 34 E 0 2F C4 23 27
Octal 100 163 206 64 16 0 57 304 43 47
Binary 1000000 1110011 10000110 110100 1110 0 101111 11000100 100011 100111

Color Harmonies of #407386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407386

Black with #407386

Text Example


Text Example

White with #407386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407386; }

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

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

background-color css

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

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

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

border-color css

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

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

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