#4504AF

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

Shades of Indigo #4504AF

Tints of Indigo #4504AF

Color information

#4504AF (or 0x4504AF) is unknown color: approx Indigo. HEX triplet: 45, 04 and AF. RGB value is (69,4,175). Sum of RGB (Red+Green+Blue) = 69+4+175=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #4504AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4504AF is #BAFB50. Grayscale: #2A2A2A. Windows color (decimal): -12254033 or 11469893. OLE color: 11469893.

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

Color convert

RGB694175-
CMYK0.610.9800.31
HSL262.81º95.53%35.1%-
HSV(B)262.81º97.71%68.63%-
XYZ10.244.4540.88-
YUV42.93202.53146.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 175 (68.75% from 255) = 70.56%
R=27.82%
G=1.61%
B=70.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6941750.610.9800.31262.8195.5335.1
Hex454AF3D6201F1076023
Octal10542577514203740714043
Binary10001011001010111111110111000100111111000001111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4504AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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