#4452C1

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

Shades of Free Speech Blue #4452C1

Tints of Free Speech Blue #4452C1

Color information

#4452C1 (or 0x4452C1) is unknown color: approx Free Speech Blue. HEX triplet: 44, 52 and C1. RGB value is (68,82,193). Sum of RGB (Red+Green+Blue) = 68+82+193=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 193 (75.78% from 255 or 56.27% from 343); Max value from RGB is 193 - color contains mainly: blue. Hex color #4452C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4452C1 is #BBAD3E. Grayscale: #5A5A5A. Windows color (decimal): -12299583 or 12669508. OLE color: 12669508.

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

Color convert

RGB6882193-
CMYK0.650.5800.24
HSL233.28º50.2%51.18%-
HSV(B)233.28º64.77%75.69%-
XYZ15.0311.1151.81-
YUV90.47185.86111.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.83%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 193 (75.78% from 255) = 56.27%
R=19.83%
G=23.91%
B=56.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68821930.650.5800.24233.2850.251.18
Hex4452C1413A018e93233
Octal104122301101720303516263
Binary1000100101001011000001100000111101001100011101001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4452C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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