Html Css Color HEX #416E90 Calypso

📋 copy color: '#416E90'

red 65 ◦ green 110 ◦ blue 144

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

Shades of Calypso #416E90

Tints of Calypso #416E90

RGB

 RED value IS 65 (25.78% from 255) = 20.38%

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

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

R = 20.38%
G = 34.48%
B = 45.14%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#416E90 (or 0x416E90) is known color: Calypso. HEX triplet: 41, 6E and 90. RGB value is (65,110,144). Sum of RGB (Red+Green+Blue) = 65+110+144=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 110 (43.36% from 255 or 34.48% 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 #416E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416E90 is #BE916F. Grayscale: #646464. Windows color (decimal): -12489072 or 9465409. OLE color: 9465409.

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

Color convert

RGB 65 110 144 -
CMYK 0.55 0.24 0 0.44
HSL 205.82º 0.38% 0.41% -
HSV(B) 205.82º 0.55% 0.56% -
XYZ 12.79 14.29 28.47 -
YUV 100.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 65 110 144 0.55 0.24 0 0.44 205.82 0.38 0.41
Hex 41 6E 90 37 18 0 2C CE 26 29
Octal 101 156 220 67 30 0 54 316 46 51
Binary 1000001 1101110 10010000 110111 11000 0 101100 11001110 100110 101001

Color Harmonies of #416E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416E90

Black with #416E90

Text Example


Text Example

White with #416E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416E90; }

 p { color: rgb(65,110,144); }

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

background-color css

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

 a { background-color: rgb(65,110,144); }

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

border-color css

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

 span { border-color: rgb(65,110,144); }

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