Html Css Color HEX #417190 Calypso

📋 copy color: '#417190'

red 65 ◦ green 113 ◦ blue 144

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

Shades of Calypso #417190

Tints of Calypso #417190

RGB

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

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

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

R = 20.19%
G = 35.09%
B = 44.72%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#417190 (or 0x417190) is known color: Calypso. HEX triplet: 41, 71 and 90. RGB value is (65,113,144). Sum of RGB (Red+Green+Blue) = 65+113+144=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #417190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417190 is #BE8E6F. Grayscale: #666666. Windows color (decimal): -12488304 or 9466177. OLE color: 9466177.

HSL color Cylindrical-coordinate representation of color #417190: hue angle of 203.54º 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 #417190 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 113 144 -
CMYK 0.55 0.22 0 0.44
HSL 203.54º 0.38% 0.41% -
HSV(B) 203.54º 0.55% 0.56% -
XYZ 13.12 14.95 28.58 -
YUV 102.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 65 113 144 0.55 0.22 0 0.44 203.54 0.38 0.41
Hex 41 71 90 37 16 0 2C CC 26 29
Octal 101 161 220 67 26 0 54 314 46 51
Binary 1000001 1110001 10010000 110111 10110 0 101100 11001100 100110 101001

Color Harmonies of #417190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417190

Black with #417190

Text Example


Text Example

White with #417190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417190; }

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

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

background-color css

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

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

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

border-color css

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

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

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