Html Css Color HEX #417F84 Paradiso

📋 copy color: '#417F84'

red 65 ◦ green 127 ◦ blue 132

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

Shades of Paradiso #417F84

Tints of Paradiso #417F84

RGB

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

 GREEN value IS 127 (50% from 255) = 39.2%

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

R = 20.06%
G = 39.2%
B = 40.74%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#417F84 (or 0x417F84) is known color: Paradiso. HEX triplet: 41, 7F and 84. RGB value is (65,127,132). Sum of RGB (Red+Green+Blue) = 65+127+132=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #417F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417F84 is #BE807B. Grayscale: #6C6C6C. Windows color (decimal): -12484732 or 8683329. OLE color: 8683329.

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

Color convert

RGB 65 127 132 -
CMYK 0.51 0.04 0 0.48
HSL 184.48º 0.34% 0.39% -
HSV(B) 184.48º 0.51% 0.52% -
XYZ 13.93 17.97 24.56 -
YUV 109.03 140.96 96.59 -
System Red Green Blue C M Y K H S L
Decimal 65 127 132 0.51 0.04 0 0.48 184.48 0.34 0.39
Hex 41 7F 84 33 4 0 30 B8 22 27
Octal 101 177 204 63 4 0 60 270 42 47
Binary 1000001 1111111 10000100 110011 100 0 110000 10111000 100010 100111

Color Harmonies of #417F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F84

Black with #417F84

Text Example


Text Example

White with #417F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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