Html Css Color HEX #406E92 Calypso

📋 copy color: '#406E92'

red 64 ◦ green 110 ◦ blue 146

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

Shades of Calypso #406E92

Tints of Calypso #406E92

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.38%

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

R = 20%
G = 34.38%
B = 45.63%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#406E92 (or 0x406E92) is known color: Calypso. HEX triplet: 40, 6E and 92. RGB value is (64,110,146). Sum of RGB (Red+Green+Blue) = 64+110+146=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #406E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406E92 is #BF916D. Grayscale: #646464. Windows color (decimal): -12554606 or 9596480. OLE color: 9596480.

HSL color Cylindrical-coordinate representation of color #406E92: hue angle of 206.34º 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 #406E92 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 110 146 -
CMYK 0.56 0.25 0 0.43
HSL 206.34º 0.39% 0.41% -
HSV(B) 206.34º 0.56% 0.57% -
XYZ 12.88 14.32 29.28 -
YUV 100.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 64 110 146 0.56 0.25 0 0.43 206.34 0.39 0.41
Hex 40 6E 92 38 19 0 2B CE 27 29
Octal 100 156 222 70 31 0 53 316 47 51
Binary 1000000 1101110 10010010 111000 11001 0 101011 11001110 100111 101001

Color Harmonies of #406E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406E92

Black with #406E92

Text Example


Text Example

White with #406E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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