Html Css Color HEX #407083 Calypso

📋 copy color: '#407083'

red 64 ◦ green 112 ◦ blue 131

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

Shades of Calypso #407083

Tints of Calypso #407083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

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

R = 20.85%
G = 36.48%
B = 42.67%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407083 (or 0x407083) is known color: Calypso. HEX triplet: 40, 70 and 83. RGB value is (64,112,131). Sum of RGB (Red+Green+Blue) = 64+112+131=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #407083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407083 is #BF8F7C. Grayscale: #636363. Windows color (decimal): -12554109 or 8613952. OLE color: 8613952.

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

Color convert

RGB 64 112 131 -
CMYK 0.51 0.15 0 0.49
HSL 197.01º 0.34% 0.38% -
HSV(B) 197.01º 0.51% 0.51% -
XYZ 12.01 14.32 23.6 -
YUV 99.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 64 112 131 0.51 0.15 0 0.49 197.01 0.34 0.38
Hex 40 70 83 33 F 0 31 C5 22 26
Octal 100 160 203 63 17 0 61 305 42 46
Binary 1000000 1110000 10000011 110011 1111 0 110001 11000101 100010 100110

Color Harmonies of #407083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407083

Black with #407083

Text Example


Text Example

White with #407083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407083; }

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

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

background-color css

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

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

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

border-color css

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

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

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