#4454AF

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

Shades of Free Speech Blue #4454AF

Tints of Free Speech Blue #4454AF

Color information

#4454AF (or 0x4454AF) is unknown color: approx Free Speech Blue. HEX triplet: 44, 54 and AF. RGB value is (68,84,175). Sum of RGB (Red+Green+Blue) = 68+84+175=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #4454AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4454AF is #BBAB50. Grayscale: #595959. Windows color (decimal): -12299089 or 11490372. OLE color: 11490372.

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

Color convert

RGB6884175-
CMYK0.610.5200.31
HSL231.03º44.03%47.65%-
HSV(B)231.03º61.14%68.63%-
XYZ13.2910.6641.92-
YUV89.59176.2112.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 175 (68.75% from 255) = 53.52%
R=20.80%
G=25.69%
B=53.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68841750.610.5200.31231.0344.0347.65
Hex4454AF3D3401Fe72c30
Octal10412425775640373475460
Binary100010010101001010111111110111010001111111100111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4454AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,84,175); }

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

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

 a { background-color: rgb(68,84,175); }

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

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

 span { border-color: rgb(68,84,175); }

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