Html Css Color HEX #407682 Calypso

📋 copy color: '#407682'

red 64 ◦ green 118 ◦ blue 130

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

Shades of Calypso #407682

Tints of Calypso #407682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 20.51%
G = 37.82%
B = 41.67%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407682 (or 0x407682) is known color: Calypso. HEX triplet: 40, 76 and 82. RGB value is (64,118,130). Sum of RGB (Red+Green+Blue) = 64+118+130=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #407682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407682 is #BF897D. Grayscale: #676767. Windows color (decimal): -12552574 or 8549952. OLE color: 8549952.

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

Color convert

RGB 64 118 130 -
CMYK 0.51 0.09 0 0.49
HSL 190.91º 0.34% 0.38% -
HSV(B) 190.91º 0.51% 0.51% -
XYZ 12.62 15.66 23.48 -
YUV 103.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 64 118 130 0.51 0.09 0 0.49 190.91 0.34 0.38
Hex 40 76 82 33 9 0 31 BF 22 26
Octal 100 166 202 63 11 0 61 277 42 46
Binary 1000000 1110110 10000010 110011 1001 0 110001 10111111 100010 100110

Color Harmonies of #407682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407682

Black with #407682

Text Example


Text Example

White with #407682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407682; }

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

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

background-color css

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

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

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

border-color css

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

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

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