Html Css Color HEX #484CAE Rich Blue

📋 copy color: '#484CAE'

red 72 ◦ green 76 ◦ blue 174

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

Shades of Rich Blue #484CAE

Tints of Rich Blue #484CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.6%

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

R = 22.36%
G = 23.6%
B = 54.04%

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

#484CAE (or 0x484CAE) is known color: Rich Blue. HEX triplet: 48, 4C and AE. RGB value is (72,76,174). Sum of RGB (Red+Green+Blue) = 72+76+174=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #484CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484CAE is #B7B351. Grayscale: #555555. Windows color (decimal): -12038994 or 11422792. OLE color: 11422792.

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

Color convert

RGB 72 76 174 -
CMYK 0.59 0.56 0 0.32
HSL 237.65º 0.41% 0.48% -
HSV(B) 237.65º 0.59% 0.68% -
XYZ 12.9 9.6 41.22 -
YUV 85.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 72 76 174 0.59 0.56 0 0.32 237.65 0.41 0.48
Hex 48 4C AE 3B 38 0 20 EE 29 30
Octal 110 114 256 73 70 0 40 356 51 60
Binary 1001000 1001100 10101110 111011 111000 0 100000 11101110 101001 110000

Color Harmonies of #484CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CAE

Black with #484CAE

Text Example


Text Example

White with #484CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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