Html Css Color HEX #407681 Calypso

📋 copy color: '#407681'

red 64 ◦ green 118 ◦ blue 129

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

Shades of Calypso #407681

Tints of Calypso #407681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 20.58%
G = 37.94%
B = 41.48%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407681 (or 0x407681) is known color: Calypso. HEX triplet: 40, 76 and 81. RGB value is (64,118,129). Sum of RGB (Red+Green+Blue) = 64+118+129=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #407681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407681 is #BF897E. Grayscale: #676767. Windows color (decimal): -12552575 or 8484416. OLE color: 8484416.

HSL color Cylindrical-coordinate representation of color #407681: hue angle of 190.15º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407681 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 118 129 -
CMYK 0.50 0.09 0 0.49
HSL 190.15º 0.34% 0.38% -
HSV(B) 190.15º 0.5% 0.51% -
XYZ 12.56 15.63 23.12 -
YUV 103.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 64 118 129 0.50 0.09 0 0.49 190.15 0.34 0.38
Hex 40 76 81 32 9 0 31 BE 22 26
Octal 100 166 201 62 11 0 61 276 42 46
Binary 1000000 1110110 10000001 110010 1001 0 110001 10111110 100010 100110

Color Harmonies of #407681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407681

Black with #407681

Text Example


Text Example

White with #407681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407681; }

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

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

background-color css

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

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

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

border-color css

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

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

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