Html Css Color HEX #407092 Calypso

📋 copy color: '#407092'

red 64 ◦ green 112 ◦ blue 146

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

Shades of Calypso #407092

Tints of Calypso #407092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.34%

R = 19.88%
G = 34.78%
B = 45.34%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#407092 (or 0x407092) is known color: Calypso. HEX triplet: 40, 70 and 92. RGB value is (64,112,146). Sum of RGB (Red+Green+Blue) = 64+112+146=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #407092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407092 is #BF8F6D. Grayscale: #656565. Windows color (decimal): -12554094 or 9596992. OLE color: 9596992.

HSL color Cylindrical-coordinate representation of color #407092: hue angle of 204.88º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407092 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 112 146 -
CMYK 0.56 0.23 0 0.43
HSL 204.88º 0.39% 0.41% -
HSV(B) 204.88º 0.56% 0.57% -
XYZ 13.1 14.75 29.35 -
YUV 101.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 64 112 146 0.56 0.23 0 0.43 204.88 0.39 0.41
Hex 40 70 92 38 17 0 2B CD 27 29
Octal 100 160 222 70 27 0 53 315 47 51
Binary 1000000 1110000 10010010 111000 10111 0 101011 11001101 100111 101001

Color Harmonies of #407092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407092

Black with #407092

Text Example


Text Example

White with #407092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407092; }

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

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

background-color css

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

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

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

border-color css

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

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

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