Html Css Color HEX #417480 Calypso

📋 copy color: '#417480'

red 65 ◦ green 116 ◦ blue 128

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

Shades of Calypso #417480

Tints of Calypso #417480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 21.04%
G = 37.54%
B = 41.42%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#417480 (or 0x417480) is known color: Calypso. HEX triplet: 41, 74 and 80. RGB value is (65,116,128). Sum of RGB (Red+Green+Blue) = 65+116+128=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #417480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417480 is #BE8B7F. Grayscale: #666666. Windows color (decimal): -12487552 or 8418369. OLE color: 8418369.

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

Color convert

RGB 65 116 128 -
CMYK 0.49 0.09 0 0.50
HSL 191.43º 0.33% 0.38% -
HSV(B) 191.43º 0.49% 0.5% -
XYZ 12.32 15.17 22.7 -
YUV 102.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 65 116 128 0.49 0.09 0 0.50 191.43 0.33 0.38
Hex 41 74 80 31 9 0 32 BF 21 26
Octal 101 164 200 61 11 0 62 277 41 46
Binary 1000001 1110100 10000000 110001 1001 0 110010 10111111 100001 100110

Color Harmonies of #417480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417480

Black with #417480

Text Example


Text Example

White with #417480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417480; }

 p { color: rgb(65,116,128); }

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

background-color css

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

 a { background-color: rgb(65,116,128); }

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

border-color css

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

 span { border-color: rgb(65,116,128); }

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