Html Css Color HEX #418486 Paradiso

📋 copy color: '#418486'

red 65 ◦ green 132 ◦ blue 134

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

Shades of Paradiso #418486

Tints of Paradiso #418486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 19.64%
G = 39.88%
B = 40.48%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#418486 (or 0x418486) is known color: Paradiso. HEX triplet: 41, 84 and 86. RGB value is (65,132,134). Sum of RGB (Red+Green+Blue) = 65+132+134=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #418486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418486 is #BE7B79. Grayscale: #707070. Windows color (decimal): -12483450 or 8815681. OLE color: 8815681.

HSL color Cylindrical-coordinate representation of color #418486: hue angle of 181.74º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418486 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 132 134 -
CMYK 0.51 0.01 0 0.47
HSL 181.74º 0.35% 0.39% -
HSV(B) 181.74º 0.51% 0.53% -
XYZ 14.73 19.35 25.51 -
YUV 112.2 140.3 94.34 -
System Red Green Blue C M Y K H S L
Decimal 65 132 134 0.51 0.01 0 0.47 181.74 0.35 0.39
Hex 41 84 86 33 1 0 2F B6 23 27
Octal 101 204 206 63 1 0 57 266 43 47
Binary 1000001 10000100 10000110 110011 1 0 101111 10110110 100011 100111

Color Harmonies of #418486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418486

Black with #418486

Text Example


Text Example

White with #418486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418486; }

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

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

background-color css

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

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

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

border-color css

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

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

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