Html Css Color HEX #407685 Calypso

📋 copy color: '#407685'

red 64 ◦ green 118 ◦ blue 133

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

Shades of Calypso #407685

Tints of Calypso #407685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 20.32%
G = 37.46%
B = 42.22%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#407685 (or 0x407685) is known color: Calypso. HEX triplet: 40, 76 and 85. RGB value is (64,118,133). Sum of RGB (Red+Green+Blue) = 64+118+133=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #407685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407685 is #BF897A. Grayscale: #676767. Windows color (decimal): -12552571 or 8746560. OLE color: 8746560.

HSL color Cylindrical-coordinate representation of color #407685: hue angle of 193.04º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407685 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 118 133 -
CMYK 0.52 0.11 0 0.48
HSL 193.04º 0.35% 0.39% -
HSV(B) 193.04º 0.52% 0.52% -
XYZ 12.83 15.74 24.55 -
YUV 103.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 64 118 133 0.52 0.11 0 0.48 193.04 0.35 0.39
Hex 40 76 85 34 B 0 30 C1 23 27
Octal 100 166 205 64 13 0 60 301 43 47
Binary 1000000 1110110 10000101 110100 1011 0 110000 11000001 100011 100111

Color Harmonies of #407685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407685

Black with #407685

Text Example


Text Example

White with #407685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407685; }

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

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

background-color css

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

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

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

border-color css

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

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

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