Html Css Color HEX #4A7981 Paradiso

📋 copy color: '#4A7981'

red 74 ◦ green 121 ◦ blue 129

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

Shades of Paradiso #4A7981

Tints of Paradiso #4A7981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

 BLUE value IS 129 (50.78% from 255) = 39.81%

R = 22.84%
G = 37.35%
B = 39.81%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4A7981 (or 0x4A7981) is known color: Paradiso. HEX triplet: 4A, 79 and 81. RGB value is (74,121,129). Sum of RGB (Red+Green+Blue) = 74+121+129=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 129 - color contains mainly: blue. Hex color #4A7981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7981 is #B5867E. Grayscale: #6B6B6B. Windows color (decimal): -11896447 or 8485194. OLE color: 8485194.

HSL color Cylindrical-coordinate representation of color #4A7981: hue angle of 188.73º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A7981 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 121 129 -
CMYK 0.43 0.06 0 0.49
HSL 188.73º 0.27% 0.4% -
HSV(B) 188.73º 0.43% 0.51% -
XYZ 13.62 16.72 23.28 -
YUV 107.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 74 121 129 0.43 0.06 0 0.49 188.73 0.27 0.4
Hex 4A 79 81 2B 6 0 31 BD 1B 28
Octal 112 171 201 53 6 0 61 275 33 50
Binary 1001010 1111001 10000001 101011 110 0 110001 10111101 11011 101000

Color Harmonies of #4A7981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7981

Black with #4A7981

Text Example


Text Example

White with #4A7981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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