Html Css Color HEX #484DAE Rich Blue

📋 copy color: '#484DAE'

red 72 ◦ green 77 ◦ blue 174

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

Shades of Rich Blue #484DAE

Tints of Rich Blue #484DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.84%

 BLUE value IS 174 (68.36% from 255) = 53.87%

R = 22.29%
G = 23.84%
B = 53.87%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#484DAE (or 0x484DAE) is known color: Rich Blue. HEX triplet: 48, 4D and AE. RGB value is (72,77,174). Sum of RGB (Red+Green+Blue) = 72+77+174=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #484DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484DAE is #B7B251. Grayscale: #565656. Windows color (decimal): -12038738 or 11423048. OLE color: 11423048.

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

Color convert

RGB 72 77 174 -
CMYK 0.59 0.56 0 0.32
HSL 237.06º 0.41% 0.48% -
HSV(B) 237.06º 0.59% 0.68% -
XYZ 12.97 9.74 41.24 -
YUV 86.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 72 77 174 0.59 0.56 0 0.32 237.06 0.41 0.48
Hex 48 4D AE 3B 38 0 20 ED 29 30
Octal 110 115 256 73 70 0 40 355 51 60
Binary 1001000 1001101 10101110 111011 111000 0 100000 11101101 101001 110000

Color Harmonies of #484DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484DAE

Black with #484DAE

Text Example


Text Example

White with #484DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,77,174); }

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

background-color css

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

 a { background-color: rgb(72,77,174); }

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

border-color css

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

 span { border-color: rgb(72,77,174); }

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