Html Css Color HEX #4A858D Paradiso

📋 copy color: '#4A858D'

red 74 ◦ green 133 ◦ blue 141

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

Shades of Paradiso #4A858D

Tints of Paradiso #4A858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.22%

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

R = 21.26%
G = 38.22%
B = 40.52%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A858D (or 0x4A858D) is known color: Paradiso. HEX triplet: 4A, 85 and 8D. RGB value is (74,133,141). Sum of RGB (Red+Green+Blue) = 74+133+141=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A858D is #B57A72. Grayscale: #747474. Windows color (decimal): -11893363 or 9274698. OLE color: 9274698.

HSL color Cylindrical-coordinate representation of color #4A858D: hue angle of 187.16º 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 #4A858D is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 133 141 -
CMYK 0.48 0.06 0 0.45
HSL 187.16º 0.31% 0.42% -
HSV(B) 187.16º 0.48% 0.55% -
XYZ 16.02 20.15 28.25 -
YUV 116.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 74 133 141 0.48 0.06 0 0.45 187.16 0.31 0.42
Hex 4A 85 8D 30 6 0 2D BB 1F 2A
Octal 112 205 215 60 6 0 55 273 37 52
Binary 1001010 10000101 10001101 110000 110 0 101101 10111011 11111 101010

Color Harmonies of #4A858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A858D

Black with #4A858D

Text Example


Text Example

White with #4A858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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