Html Css Color HEX #407683 Calypso

📋 copy color: '#407683'

red 64 ◦ green 118 ◦ blue 131

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

Shades of Calypso #407683

Tints of Calypso #407683

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

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

R = 20.45%
G = 37.7%
B = 41.85%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407683 (or 0x407683) is known color: Calypso. HEX triplet: 40, 76 and 83. RGB value is (64,118,131). Sum of RGB (Red+Green+Blue) = 64+118+131=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #407683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407683 is #BF897C. Grayscale: #676767. Windows color (decimal): -12552573 or 8615488. OLE color: 8615488.

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

Color convert

RGB 64 118 131 -
CMYK 0.51 0.10 0 0.49
HSL 191.64º 0.34% 0.38% -
HSV(B) 191.64º 0.51% 0.51% -
XYZ 12.69 15.69 23.83 -
YUV 103.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 64 118 131 0.51 0.10 0 0.49 191.64 0.34 0.38
Hex 40 76 83 33 A 0 31 C0 22 26
Octal 100 166 203 63 12 0 61 300 42 46
Binary 1000000 1110110 10000011 110011 1010 0 110001 11000000 100010 100110

Color Harmonies of #407683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407683

Black with #407683

Text Example


Text Example

White with #407683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407683; }

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

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

background-color css

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

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

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

border-color css

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

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

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