Html Css Color HEX #485BAF Rich Blue

📋 copy color: '#485BAF'

red 72 ◦ green 91 ◦ blue 175

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

Shades of Rich Blue #485BAF

Tints of Rich Blue #485BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.92%

 BLUE value IS 175 (68.75% from 255) = 51.78%

R = 21.3%
G = 26.92%
B = 51.78%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#485BAF (or 0x485BAF) is known color: Rich Blue. HEX triplet: 48, 5B and AF. RGB value is (72,91,175). Sum of RGB (Red+Green+Blue) = 72+91+175=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #485BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485BAF is #B7A450. Grayscale: #5E5E5E. Windows color (decimal): -12035153 or 11492168. OLE color: 11492168.

HSL color Cylindrical-coordinate representation of color #485BAF: hue angle of 228.93º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #485BAF is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 91 175 -
CMYK 0.59 0.48 0 0.31
HSL 228.93º 0.42% 0.48% -
HSV(B) 228.93º 0.59% 0.69% -
XYZ 14.15 11.96 42.12 -
YUV 94.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 72 91 175 0.59 0.48 0 0.31 228.93 0.42 0.48
Hex 48 5B AF 3B 30 0 1F E5 2A 30
Octal 110 133 257 73 60 0 37 345 52 60
Binary 1001000 1011011 10101111 111011 110000 0 11111 11100101 101010 110000

Color Harmonies of #485BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485BAF

Black with #485BAF

Text Example


Text Example

White with #485BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,91,175); }

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

background-color css

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

 a { background-color: rgb(72,91,175); }

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

border-color css

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

 span { border-color: rgb(72,91,175); }

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