Html Css Color HEX #4852AD Rich Blue

📋 copy color: '#4852AD'

red 72 ◦ green 82 ◦ blue 173

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

Shades of Rich Blue #4852AD

Tints of Rich Blue #4852AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.08%

 BLUE value IS 173 (67.97% from 255) = 52.91%

R = 22.02%
G = 25.08%
B = 52.91%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4852AD (or 0x4852AD) is known color: Rich Blue. HEX triplet: 48, 52 and AD. RGB value is (72,82,173). Sum of RGB (Red+Green+Blue) = 72+82+173=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #4852AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4852AD is #B7AD52. Grayscale: #595959. Windows color (decimal): -12037459 or 11358792. OLE color: 11358792.

HSL color Cylindrical-coordinate representation of color #4852AD: hue angle of 234.06º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4852AD is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 82 173 -
CMYK 0.58 0.53 0 0.32
HSL 234.06º 0.41% 0.48% -
HSV(B) 234.06º 0.58% 0.68% -
XYZ 13.23 10.43 40.85 -
YUV 89.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 72 82 173 0.58 0.53 0 0.32 234.06 0.41 0.48
Hex 48 52 AD 3A 35 0 20 EA 29 30
Octal 110 122 255 72 65 0 40 352 51 60
Binary 1001000 1010010 10101101 111010 110101 0 100000 11101010 101001 110000

Color Harmonies of #4852AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4852AD

Black with #4852AD

Text Example


Text Example

White with #4852AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4852AD; }

 p { color: rgb(72,82,173); }

 H1.HeaderClassName
 {
   color: #4852AD;
 }
 .AnyTagClassName
 {
   color: #4852AD;
 }
</style>

background-color css

<style>
 a { background-color: #4852AD; }

 a { background-color: rgb(72,82,173); }

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

border-color css

<style>
 span { border-color: #4852AD; }

 span { border-color: rgb(72,82,173); }

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