Html Css Color HEX #4A818D Paradiso

📋 copy color: '#4A818D'

red 74 ◦ green 129 ◦ blue 141

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

Shades of Paradiso #4A818D

Tints of Paradiso #4A818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.5%

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

R = 21.51%
G = 37.5%
B = 40.99%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A818D (or 0x4A818D) is known color: Paradiso. HEX triplet: 4A, 81 and 8D. RGB value is (74,129,141). Sum of RGB (Red+Green+Blue) = 74+129+141=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A818D is #B57E72. Grayscale: #717171. Windows color (decimal): -11894387 or 9273674. OLE color: 9273674.

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

Color convert

RGB 74 129 141 -
CMYK 0.48 0.09 0 0.45
HSL 190.75º 0.31% 0.42% -
HSV(B) 190.75º 0.48% 0.55% -
XYZ 15.48 19.08 28.07 -
YUV 113.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 74 129 141 0.48 0.09 0 0.45 190.75 0.31 0.42
Hex 4A 81 8D 30 9 0 2D BF 1F 2A
Octal 112 201 215 60 11 0 55 277 37 52
Binary 1001010 10000001 10001101 110000 1001 0 101101 10111111 11111 101010

Color Harmonies of #4A818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A818D

Black with #4A818D

Text Example


Text Example

White with #4A818D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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