Html Css Color HEX #417489 Calypso

📋 copy color: '#417489'

red 65 ◦ green 116 ◦ blue 137

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

Shades of Calypso #417489

Tints of Calypso #417489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.08%

R = 20.44%
G = 36.48%
B = 43.08%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#417489 (or 0x417489) is known color: Calypso. HEX triplet: 41, 74 and 89. RGB value is (65,116,137). Sum of RGB (Red+Green+Blue) = 65+116+137=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #417489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417489 is #BE8B76. Grayscale: #676767. Windows color (decimal): -12487543 or 9008193. OLE color: 9008193.

HSL color Cylindrical-coordinate representation of color #417489: hue angle of 197.5º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #417489 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 116 137 -
CMYK 0.53 0.15 0 0.46
HSL 197.5º 0.36% 0.4% -
HSV(B) 197.5º 0.53% 0.54% -
XYZ 12.94 15.42 25.96 -
YUV 103.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 65 116 137 0.53 0.15 0 0.46 197.5 0.36 0.4
Hex 41 74 89 35 F 0 2E C6 24 28
Octal 101 164 211 65 17 0 56 306 44 50
Binary 1000001 1110100 10001001 110101 1111 0 101110 11000110 100100 101000

Color Harmonies of #417489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417489

Black with #417489

Text Example


Text Example

White with #417489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417489; }

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

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

background-color css

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

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

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

border-color css

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

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

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