Html Css Color HEX #485AAD Rich Blue

📋 copy color: '#485AAD'

red 72 ◦ green 90 ◦ blue 173

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

Shades of Rich Blue #485AAD

Tints of Rich Blue #485AAD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

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

R = 21.49%
G = 26.87%
B = 51.64%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#485AAD (or 0x485AAD) is known color: Rich Blue. HEX triplet: 48, 5A and AD. RGB value is (72,90,173). Sum of RGB (Red+Green+Blue) = 72+90+173=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #485AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485AAD is #B7A552. Grayscale: #5D5D5D. Windows color (decimal): -12035411 or 11360840. OLE color: 11360840.

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

Color convert

RGB 72 90 173 -
CMYK 0.58 0.48 0 0.32
HSL 229.31º 0.41% 0.48% -
HSV(B) 229.31º 0.58% 0.68% -
XYZ 13.87 11.71 41.06 -
YUV 94.08 172.54 112.25 -
System Red Green Blue C M Y K H S L
Decimal 72 90 173 0.58 0.48 0 0.32 229.31 0.41 0.48
Hex 48 5A AD 3A 30 0 20 E5 29 30
Octal 110 132 255 72 60 0 40 345 51 60
Binary 1001000 1011010 10101101 111010 110000 0 100000 11100101 101001 110000

Color Harmonies of #485AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485AAD

Black with #485AAD

Text Example


Text Example

White with #485AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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