#4548AF

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

Shades of Rich Blue #4548AF

Tints of Rich Blue #4548AF

Color information

#4548AF (or 0x4548AF) is unknown color: approx Rich Blue. HEX triplet: 45, 48 and AF. RGB value is (69,72,175). Sum of RGB (Red+Green+Blue) = 69+72+175=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #4548AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4548AF is #BAB750. Grayscale: #525252. Windows color (decimal): -12236625 or 11487301. OLE color: 11487301.

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

Color convert

RGB6972175-
CMYK0.610.5900.31
HSL238.3º43.44%47.84%-
HSV(B)238.3º60.57%68.63%-
XYZ12.51941.63-
YUV82.84180.01118.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 72 (28.52% from 255) = 22.78%
BLUE value IS 175 (68.75% from 255) = 55.38%
R=21.84%
G=22.78%
B=55.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69721750.610.5900.31238.343.4447.84
Hex4548AF3D3B01Fee2b30
Octal10511025775730373565360
Binary100010110010001010111111110111101101111111101110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4548AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4548AF; }

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

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

<style>
 a { background-color: #4548AF; }

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

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

<style>
 span { border-color: #4548AF; }

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

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