Html Css Color HEX #417191 Calypso

📋 copy color: '#417191'

red 65 ◦ green 113 ◦ blue 145

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

Shades of Calypso #417191

Tints of Calypso #417191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

 BLUE value IS 145 (57.03% from 255) = 44.89%

R = 20.12%
G = 34.98%
B = 44.89%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#417191 (or 0x417191) is known color: Calypso. HEX triplet: 41, 71 and 91. RGB value is (65,113,145). Sum of RGB (Red+Green+Blue) = 65+113+145=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #417191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417191 is #BE8E6E. Grayscale: #666666. Windows color (decimal): -12488303 or 9531713. OLE color: 9531713.

HSL color Cylindrical-coordinate representation of color #417191: hue angle of 204º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #417191 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 113 145 -
CMYK 0.55 0.22 0 0.43
HSL 204º 0.38% 0.41% -
HSV(B) 204º 0.55% 0.57% -
XYZ 13.2 14.98 28.98 -
YUV 102.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 65 113 145 0.55 0.22 0 0.43 204 0.38 0.41
Hex 41 71 91 37 16 0 2B CC 26 29
Octal 101 161 221 67 26 0 53 314 46 51
Binary 1000001 1110001 10010001 110111 10110 0 101011 11001100 100110 101001

Color Harmonies of #417191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417191

Black with #417191

Text Example


Text Example

White with #417191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417191; }

 p { color: rgb(65,113,145); }

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

background-color css

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

 a { background-color: rgb(65,113,145); }

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

border-color css

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

 span { border-color: rgb(65,113,145); }

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