#484BAF

Color #484BAF Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #484BAF

Tints of Rich Blue #484BAF

Color information

#484BAF (or 0x484BAF) is unknown color: approx Rich Blue. HEX triplet: 48, 4B and AF. RGB value is (72,75,175). Sum of RGB (Red+Green+Blue) = 72+75+175=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #484BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484BAF is #B7B450. Grayscale: #555555. Windows color (decimal): -12039249 or 11488072. OLE color: 11488072.

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

Color convert

RGB7275175-
CMYK0.590.5700.31
HSL238.25º41.7%48.43%-
HSV(B)238.25º58.86%68.63%-
XYZ12.939.5141.71-
YUV85.5178.51118.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 75 (29.69% from 255) = 23.29%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=22.36%
G=23.29%
B=54.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72751750.590.5700.31238.2541.748.43
Hex484BAF3B3901Fee2a30
Octal11011325773710373565260
Binary100100010010111010111111101111100101111111101110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #484BAF;
 }
 .AnyTagClassName
 {
   color: #484BAF;
 }
</style>
background-color css

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

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

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

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

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

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