Html Css Color HEX #407183 Calypso

📋 copy color: '#407183'

red 64 ◦ green 113 ◦ blue 131

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

Shades of Calypso #407183

Tints of Calypso #407183

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.69%

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

R = 20.78%
G = 36.69%
B = 42.53%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407183 (or 0x407183) is known color: Calypso. HEX triplet: 40, 71 and 83. RGB value is (64,113,131). Sum of RGB (Red+Green+Blue) = 64+113+131=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #407183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407183 is #BF8E7C. Grayscale: #646464. Windows color (decimal): -12553853 or 8614208. OLE color: 8614208.

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

Color convert

RGB 64 113 131 -
CMYK 0.51 0.14 0 0.49
HSL 196.12º 0.34% 0.38% -
HSV(B) 196.12º 0.51% 0.51% -
XYZ 12.12 14.54 23.64 -
YUV 100.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 64 113 131 0.51 0.14 0 0.49 196.12 0.34 0.38
Hex 40 71 83 33 E 0 31 C4 22 26
Octal 100 161 203 63 16 0 61 304 42 46
Binary 1000000 1110001 10000011 110011 1110 0 110001 11000100 100010 100110

Color Harmonies of #407183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407183

Black with #407183

Text Example


Text Example

White with #407183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407183; }

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

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

background-color css

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

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

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

border-color css

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

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

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