#4552C1

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

Shades of Free Speech Blue #4552C1

Tints of Free Speech Blue #4552C1

Color information

#4552C1 (or 0x4552C1) is unknown color: approx Free Speech Blue. HEX triplet: 45, 52 and C1. RGB value is (69,82,193). Sum of RGB (Red+Green+Blue) = 69+82+193=344 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.06% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #4552C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4552C1 is #BAAD3E. Grayscale: #5A5A5A. Windows color (decimal): -12234047 or 12669509. OLE color: 12669509.

HSL color Cylindrical-coordinate representation of color #4552C1: hue angle of 233.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4552C1 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6982193-
CMYK0.640.5800.24
HSL233.71º50%51.37%-
HSV(B)233.71º64.25%75.69%-
XYZ15.111.1551.81-
YUV90.77185.69112.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.06%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 193 (75.78% from 255) = 56.10%
R=20.06%
G=23.84%
B=56.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal69821930.640.5800.24233.715051.37
Hex4552C1403A018ea3233
Octal105122301100720303526263
Binary1000101101001011000001100000011101001100011101010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4552C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4552C1; }

 p { color: rgb(69,82,193); }

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

<style>
 a { background-color: #4552C1; }

 a { background-color: rgb(69,82,193); }

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

<style>
 span { border-color: #4552C1; }

 span { border-color: rgb(69,82,193); }

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