Html Css Color HEX #417192 Calypso

📋 copy color: '#417192'

red 65 ◦ green 113 ◦ blue 146

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

Shades of Calypso #417192

Tints of Calypso #417192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.06%

R = 20.06%
G = 34.88%
B = 45.06%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#417192 (or 0x417192) is known color: Calypso. HEX triplet: 41, 71 and 92. RGB value is (65,113,146). Sum of RGB (Red+Green+Blue) = 65+113+146=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #417192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417192 is #BE8E6D. Grayscale: #666666. Windows color (decimal): -12488302 or 9597249. OLE color: 9597249.

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

Color convert

RGB 65 113 146 -
CMYK 0.55 0.23 0 0.43
HSL 204.44º 0.38% 0.41% -
HSV(B) 204.44º 0.55% 0.57% -
XYZ 13.27 15.01 29.39 -
YUV 102.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 65 113 146 0.55 0.23 0 0.43 204.44 0.38 0.41
Hex 41 71 92 37 17 0 2B CC 26 29
Octal 101 161 222 67 27 0 53 314 46 51
Binary 1000001 1110001 10010010 110111 10111 0 101011 11001100 100110 101001

Color Harmonies of #417192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417192

Black with #417192

Text Example


Text Example

White with #417192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417192; }

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

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

background-color css

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

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

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

border-color css

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

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

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