Html Css Color HEX #484FAE Rich Blue

📋 copy color: '#484FAE'

red 72 ◦ green 79 ◦ blue 174

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

Shades of Rich Blue #484FAE

Tints of Rich Blue #484FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.31%

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

R = 22.15%
G = 24.31%
B = 53.54%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#484FAE (or 0x484FAE) is known color: Rich Blue. HEX triplet: 48, 4F and AE. RGB value is (72,79,174). Sum of RGB (Red+Green+Blue) = 72+79+174=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #484FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484FAE is #B7B051. Grayscale: #575757. Windows color (decimal): -12038226 or 11423560. OLE color: 11423560.

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

Color convert

RGB 72 79 174 -
CMYK 0.59 0.55 0 0.32
HSL 235.88º 0.41% 0.48% -
HSV(B) 235.88º 0.59% 0.68% -
XYZ 13.11 10.03 41.29 -
YUV 87.74 176.68 116.78 -
System Red Green Blue C M Y K H S L
Decimal 72 79 174 0.59 0.55 0 0.32 235.88 0.41 0.48
Hex 48 4F AE 3B 37 0 20 EC 29 30
Octal 110 117 256 73 67 0 40 354 51 60
Binary 1001000 1001111 10101110 111011 110111 0 100000 11101100 101001 110000

Color Harmonies of #484FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484FAE

Black with #484FAE

Text Example


Text Example

White with #484FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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