Html Css Color HEX #484AAD Rich Blue

📋 copy color: '#484AAD'

red 72 ◦ green 74 ◦ blue 173

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

Shades of Rich Blue #484AAD

Tints of Rich Blue #484AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.2%

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

R = 22.57%
G = 23.2%
B = 54.23%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#484AAD (or 0x484AAD) is known color: Rich Blue. HEX triplet: 48, 4A and AD. RGB value is (72,74,173). Sum of RGB (Red+Green+Blue) = 72+74+173=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #484AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484AAD is #B7B552. Grayscale: #545454. Windows color (decimal): -12039507 or 11356744. OLE color: 11356744.

HSL color Cylindrical-coordinate representation of color #484AAD: hue angle of 238.81º 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 #484AAD is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 74 173 -
CMYK 0.58 0.57 0 0.32
HSL 238.81º 0.41% 0.48% -
HSV(B) 238.81º 0.58% 0.68% -
XYZ 12.66 9.29 40.66 -
YUV 84.69 177.84 118.95 -
System Red Green Blue C M Y K H S L
Decimal 72 74 173 0.58 0.57 0 0.32 238.81 0.41 0.48
Hex 48 4A AD 3A 39 0 20 EF 29 30
Octal 110 112 255 72 71 0 40 357 51 60
Binary 1001000 1001010 10101101 111010 111001 0 100000 11101111 101001 110000

Color Harmonies of #484AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484AAD

Black with #484AAD

Text Example


Text Example

White with #484AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484AAD; }

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

 H1.HeaderClassName
 {
   color: #484AAD;
 }
 .AnyTagClassName
 {
   color: #484AAD;
 }
</style>

background-color css

<style>
 a { background-color: #484AAD; }

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

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

border-color css

<style>
 span { border-color: #484AAD; }

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

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