Html Css Color HEX #417484 Calypso

📋 copy color: '#417484'

red 65 ◦ green 116 ◦ blue 132

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

Shades of Calypso #417484

Tints of Calypso #417484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.17%

R = 20.77%
G = 37.06%
B = 42.17%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#417484 (or 0x417484) is known color: Calypso. HEX triplet: 41, 74 and 84. RGB value is (65,116,132). Sum of RGB (Red+Green+Blue) = 65+116+132=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #417484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417484 is #BE8B7B. Grayscale: #666666. Windows color (decimal): -12487548 or 8680513. OLE color: 8680513.

HSL color Cylindrical-coordinate representation of color #417484: hue angle of 194.33º 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 #417484 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 116 132 -
CMYK 0.51 0.12 0 0.48
HSL 194.33º 0.34% 0.39% -
HSV(B) 194.33º 0.51% 0.52% -
XYZ 12.59 15.28 24.12 -
YUV 102.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 65 116 132 0.51 0.12 0 0.48 194.33 0.34 0.39
Hex 41 74 84 33 C 0 30 C2 22 27
Octal 101 164 204 63 14 0 60 302 42 47
Binary 1000001 1110100 10000100 110011 1100 0 110000 11000010 100010 100111

Color Harmonies of #417484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417484

Black with #417484

Text Example


Text Example

White with #417484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417484; }

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

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

background-color css

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

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

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

border-color css

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

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

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