Html Css Color HEX #4A8682 Paradiso

📋 copy color: '#4A8682'

red 74 ◦ green 134 ◦ blue 130

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

Shades of Paradiso #4A8682

Tints of Paradiso #4A8682

RGB

 RED value IS 74 (29.3% from 255) = 21.89%

 GREEN value IS 134 (52.73% from 255) = 39.64%

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

R = 21.89%
G = 39.64%
B = 38.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#4A8682 (or 0x4A8682) is known color: Paradiso. HEX triplet: 4A, 86 and 82. RGB value is (74,134,130). Sum of RGB (Red+Green+Blue) = 74+134+130=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8682 is #B5797D. Grayscale: #737373. Windows color (decimal): -11893118 or 8554058. OLE color: 8554058.

HSL color Cylindrical-coordinate representation of color #4A8682: hue angle of 176º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A8682 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 134 130 -
CMYK 0.45 0 0.03 0.47
HSL 176º 0.29% 0.41% -
HSV(B) 176º 0.45% 0.53% -
XYZ 15.38 20.12 24.19 -
YUV 115.6 136.12 98.33 -
System Red Green Blue C M Y K H S L
Decimal 74 134 130 0.45 0 0.03 0.47 176 0.29 0.41
Hex 4A 86 82 2D 0 3 2F B0 1D 29
Octal 112 206 202 55 0 3 57 260 35 51
Binary 1001010 10000110 10000010 101101 0 11 101111 10110000 11101 101001

Color Harmonies of #4A8682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8682

Black with #4A8682

Text Example


Text Example

White with #4A8682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A8682; }

 p { color: rgb(74,134,130); }

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

background-color css

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

 a { background-color: rgb(74,134,130); }

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

border-color css

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

 span { border-color: rgb(74,134,130); }

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