Html Css Color HEX #417D84 Paradiso

📋 copy color: '#417D84'

red 65 ◦ green 125 ◦ blue 132

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

Shades of Paradiso #417D84

Tints of Paradiso #417D84

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.82%

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

R = 20.19%
G = 38.82%
B = 40.99%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#417D84 (or 0x417D84) is known color: Paradiso. HEX triplet: 41, 7D and 84. RGB value is (65,125,132). Sum of RGB (Red+Green+Blue) = 65+125+132=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #417D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417D84 is #BE827B. Grayscale: #6B6B6B. Windows color (decimal): -12485244 or 8682817. OLE color: 8682817.

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

Color convert

RGB 65 125 132 -
CMYK 0.51 0.05 0 0.48
HSL 186.27º 0.34% 0.39% -
HSV(B) 186.27º 0.51% 0.52% -
XYZ 13.68 17.46 24.48 -
YUV 107.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 65 125 132 0.51 0.05 0 0.48 186.27 0.34 0.39
Hex 41 7D 84 33 5 0 30 BA 22 27
Octal 101 175 204 63 5 0 60 272 42 47
Binary 1000001 1111101 10000100 110011 101 0 110000 10111010 100010 100111

Color Harmonies of #417D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417D84

Black with #417D84

Text Example


Text Example

White with #417D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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