Html Css Color HEX #406F90 Calypso

📋 copy color: '#406F90'

red 64 ◦ green 111 ◦ blue 144

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

Shades of Calypso #406F90

Tints of Calypso #406F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.8%

 BLUE value IS 144 (56.64% from 255) = 45.14%

R = 20.06%
G = 34.8%
B = 45.14%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#406F90 (or 0x406F90) is known color: Calypso. HEX triplet: 40, 6F and 90. RGB value is (64,111,144). Sum of RGB (Red+Green+Blue) = 64+111+144=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #406F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F90 is #BF906F. Grayscale: #646464. Windows color (decimal): -12554352 or 9465664. OLE color: 9465664.

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

Color convert

RGB 64 111 144 -
CMYK 0.56 0.23 0 0.44
HSL 204.75º 0.38% 0.41% -
HSV(B) 204.75º 0.56% 0.56% -
XYZ 12.83 14.47 28.5 -
YUV 100.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 64 111 144 0.56 0.23 0 0.44 204.75 0.38 0.41
Hex 40 6F 90 38 17 0 2C CD 26 29
Octal 100 157 220 70 27 0 54 315 46 51
Binary 1000000 1101111 10010000 111000 10111 0 101100 11001101 100110 101001

Color Harmonies of #406F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F90

Black with #406F90

Text Example


Text Example

White with #406F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,111,144); }

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

background-color css

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

 a { background-color: rgb(64,111,144); }

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

border-color css

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

 span { border-color: rgb(64,111,144); }

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