Html Css Color HEX #407082 Calypso

📋 copy color: '#407082'

red 64 ◦ green 112 ◦ blue 130

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

Shades of Calypso #407082

Tints of Calypso #407082

RGB

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

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

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

R = 20.92%
G = 36.6%
B = 42.48%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407082 (or 0x407082) is known color: Calypso. HEX triplet: 40, 70 and 82. RGB value is (64,112,130). Sum of RGB (Red+Green+Blue) = 64+112+130=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #407082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407082 is #BF8F7D. Grayscale: #636363. Windows color (decimal): -12554110 or 8548416. OLE color: 8548416.

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

Color convert

RGB 64 112 130 -
CMYK 0.51 0.14 0 0.49
HSL 196.36º 0.34% 0.38% -
HSV(B) 196.36º 0.51% 0.51% -
XYZ 11.94 14.29 23.25 -
YUV 99.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 64 112 130 0.51 0.14 0 0.49 196.36 0.34 0.38
Hex 40 70 82 33 E 0 31 C4 22 26
Octal 100 160 202 63 16 0 61 304 42 46
Binary 1000000 1110000 10000010 110011 1110 0 110001 11000100 100010 100110

Color Harmonies of #407082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407082

Black with #407082

Text Example


Text Example

White with #407082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407082; }

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

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

background-color css

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

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

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

border-color css

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

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

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