Html Css Color HEX #417882 Paradiso

📋 copy color: '#417882'

red 65 ◦ green 120 ◦ blue 130

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

Shades of Paradiso #417882

Tints of Paradiso #417882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.1%

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

R = 20.63%
G = 38.1%
B = 41.27%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#417882 (or 0x417882) is known color: Paradiso. HEX triplet: 41, 78 and 82. RGB value is (65,120,130). Sum of RGB (Red+Green+Blue) = 65+120+130=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #417882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417882 is #BE877D. Grayscale: #686868. Windows color (decimal): -12486526 or 8550465. OLE color: 8550465.

HSL color Cylindrical-coordinate representation of color #417882: hue angle of 189.23º 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 #417882 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 120 130 -
CMYK 0.50 0.08 0 0.49
HSL 189.23º 0.33% 0.38% -
HSV(B) 189.23º 0.5% 0.51% -
XYZ 12.93 16.17 23.56 -
YUV 104.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 65 120 130 0.50 0.08 0 0.49 189.23 0.33 0.38
Hex 41 78 82 32 8 0 31 BD 21 26
Octal 101 170 202 62 10 0 61 275 41 46
Binary 1000001 1111000 10000010 110010 1000 0 110001 10111101 100001 100110

Color Harmonies of #417882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417882

Black with #417882

Text Example


Text Example

White with #417882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417882; }

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

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

background-color css

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

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

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

border-color css

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

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

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