#4547AF

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

Shades of Rich Blue #4547AF

Tints of Rich Blue #4547AF

Color information

#4547AF (or 0x4547AF) is unknown color: approx Rich Blue. HEX triplet: 45, 47 and AF. RGB value is (69,71,175). Sum of RGB (Red+Green+Blue) = 69+71+175=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #4547AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4547AF is #BAB850. Grayscale: #515151. Windows color (decimal): -12236881 or 11487045. OLE color: 11487045.

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

Color convert

RGB6971175-
CMYK0.610.5900.31
HSL238.87º43.44%47.84%-
HSV(B)238.87º60.57%68.63%-
XYZ12.458.8741.61-
YUV82.26180.34118.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 175 (68.75% from 255) = 55.56%
R=21.90%
G=22.54%
B=55.56%

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
Decimal69711750.610.5900.31238.8743.4447.84
Hex4547AF3D3B01Fef2b30
Octal10510725775730373575360
Binary100010110001111010111111110111101101111111101111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4547AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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