Html Css Color HEX #417D82 Paradiso

📋 copy color: '#417D82'

red 65 ◦ green 125 ◦ blue 130

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

Shades of Paradiso #417D82

Tints of Paradiso #417D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.63%

R = 20.31%
G = 39.06%
B = 40.63%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#417D82 (or 0x417D82) is known color: Paradiso. HEX triplet: 41, 7D and 82. RGB value is (65,125,130). Sum of RGB (Red+Green+Blue) = 65+125+130=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #417D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417D82 is #BE827D. Grayscale: #6B6B6B. Windows color (decimal): -12485246 or 8551745. OLE color: 8551745.

HSL color Cylindrical-coordinate representation of color #417D82: hue angle of 184.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #417D82 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 125 130 -
CMYK 0.50 0.04 0 0.49
HSL 184.62º 0.33% 0.38% -
HSV(B) 184.62º 0.5% 0.51% -
XYZ 13.54 17.4 23.76 -
YUV 107.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 65 125 130 0.50 0.04 0 0.49 184.62 0.33 0.38
Hex 41 7D 82 32 4 0 31 B9 21 26
Octal 101 175 202 62 4 0 61 271 41 46
Binary 1000001 1111101 10000010 110010 100 0 110001 10111001 100001 100110

Color Harmonies of #417D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417D82

Black with #417D82

Text Example


Text Example

White with #417D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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