Html Css Color HEX #4A868D Paradiso

📋 copy color: '#4A868D'

red 74 ◦ green 134 ◦ blue 141

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

Shades of Paradiso #4A868D

Tints of Paradiso #4A868D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 21.2%
G = 38.4%
B = 40.4%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A868D (or 0x4A868D) is known color: Paradiso. HEX triplet: 4A, 86 and 8D. RGB value is (74,134,141). Sum of RGB (Red+Green+Blue) = 74+134+141=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A868D is #B57972. Grayscale: #747474. Windows color (decimal): -11893107 or 9274954. OLE color: 9274954.

HSL color Cylindrical-coordinate representation of color #4A868D: hue angle of 186.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A868D is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 134 141 -
CMYK 0.48 0.05 0 0.45
HSL 186.27º 0.31% 0.42% -
HSV(B) 186.27º 0.48% 0.55% -
XYZ 16.16 20.43 28.29 -
YUV 116.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 74 134 141 0.48 0.05 0 0.45 186.27 0.31 0.42
Hex 4A 86 8D 30 5 0 2D BA 1F 2A
Octal 112 206 215 60 5 0 55 272 37 52
Binary 1001010 10000110 10001101 110000 101 0 101101 10111010 11111 101010

Color Harmonies of #4A868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A868D

Black with #4A868D

Text Example


Text Example

White with #4A868D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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