Html Css Color HEX #4849AF Rich Blue

📋 copy color: '#4849AF'

red 72 ◦ green 73 ◦ blue 175

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

Shades of Rich Blue #4849AF

Tints of Rich Blue #4849AF

RGB

 RED value IS 72 (28.52% from 255) = 22.5%

 GREEN value IS 73 (28.91% from 255) = 22.81%

 BLUE value IS 175 (68.75% from 255) = 54.69%

R = 22.5%
G = 22.81%
B = 54.69%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4849AF (or 0x4849AF) is known color: Rich Blue. HEX triplet: 48, 49 and AF. RGB value is (72,73,175). Sum of RGB (Red+Green+Blue) = 72+73+175=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #4849AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4849AF is #B7B650. Grayscale: #535353. Windows color (decimal): -12039761 or 11487560. OLE color: 11487560.

HSL color Cylindrical-coordinate representation of color #4849AF: hue angle of 239.42º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4849AF is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 73 175 -
CMYK 0.59 0.58 0 0.31
HSL 239.42º 0.42% 0.48% -
HSV(B) 239.42º 0.59% 0.69% -
XYZ 12.79 9.24 41.67 -
YUV 84.33 179.17 119.21 -
System Red Green Blue C M Y K H S L
Decimal 72 73 175 0.59 0.58 0 0.31 239.42 0.42 0.48
Hex 48 49 AF 3B 3A 0 1F EF 2A 30
Octal 110 111 257 73 72 0 37 357 52 60
Binary 1001000 1001001 10101111 111011 111010 0 11111 11101111 101010 110000

Color Harmonies of #4849AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4849AF

Black with #4849AF

Text Example


Text Example

White with #4849AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4849AF; }

 p { color: rgb(72,73,175); }

 H1.HeaderClassName
 {
   color: #4849AF;
 }
 .AnyTagClassName
 {
   color: #4849AF;
 }
</style>

background-color css

<style>
 a { background-color: #4849AF; }

 a { background-color: rgb(72,73,175); }

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

border-color css

<style>
 span { border-color: #4849AF; }

 span { border-color: rgb(72,73,175); }

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