Html Css Color HEX #416881 Calypso

📋 copy color: '#416881'

red 65 ◦ green 104 ◦ blue 129

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

Shades of Calypso #416881

Tints of Calypso #416881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.9%

 BLUE value IS 129 (50.78% from 255) = 43.29%

R = 21.81%
G = 34.9%
B = 43.29%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#416881 (or 0x416881) is known color: Calypso. HEX triplet: 41, 68 and 81. RGB value is (65,104,129). Sum of RGB (Red+Green+Blue) = 65+104+129=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #416881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416881 is #BE977E. Grayscale: #5F5F5F. Windows color (decimal): -12490623 or 8480833. OLE color: 8480833.

HSL color Cylindrical-coordinate representation of color #416881: hue angle of 203.44º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #416881 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 104 129 -
CMYK 0.50 0.19 0 0.49
HSL 203.44º 0.33% 0.38% -
HSV(B) 203.44º 0.5% 0.51% -
XYZ 11.09 12.61 22.62 -
YUV 95.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 65 104 129 0.50 0.19 0 0.49 203.44 0.33 0.38
Hex 41 68 81 32 13 0 31 CB 21 26
Octal 101 150 201 62 23 0 61 313 41 46
Binary 1000001 1101000 10000001 110010 10011 0 110001 11001011 100001 100110

Color Harmonies of #416881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416881

Black with #416881

Text Example


Text Example

White with #416881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416881; }

 p { color: rgb(65,104,129); }

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

background-color css

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

 a { background-color: rgb(65,104,129); }

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

border-color css

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

 span { border-color: rgb(65,104,129); }

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