Html Css Color HEX #417485 Calypso

📋 copy color: '#417485'

red 65 ◦ green 116 ◦ blue 133

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

Shades of Calypso #417485

Tints of Calypso #417485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.36%

R = 20.7%
G = 36.94%
B = 42.36%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#417485 (or 0x417485) is known color: Calypso. HEX triplet: 41, 74 and 85. RGB value is (65,116,133). Sum of RGB (Red+Green+Blue) = 65+116+133=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #417485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417485 is #BE8B7A. Grayscale: #666666. Windows color (decimal): -12487547 or 8746049. OLE color: 8746049.

HSL color Cylindrical-coordinate representation of color #417485: hue angle of 195º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #417485 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 116 133 -
CMYK 0.51 0.13 0 0.48
HSL 195º 0.34% 0.39% -
HSV(B) 195º 0.51% 0.52% -
XYZ 12.66 15.31 24.48 -
YUV 102.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 65 116 133 0.51 0.13 0 0.48 195 0.34 0.39
Hex 41 74 85 33 D 0 30 C3 22 27
Octal 101 164 205 63 15 0 60 303 42 47
Binary 1000001 1110100 10000101 110011 1101 0 110000 11000011 100010 100111

Color Harmonies of #417485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417485

Black with #417485

Text Example


Text Example

White with #417485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417485; }

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

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

background-color css

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

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

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

border-color css

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

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

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