#455DC4

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

Shades of Free Speech Blue #455DC4

Tints of Free Speech Blue #455DC4

Color information

#455DC4 (or 0x455DC4) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5D and C4. RGB value is (69,93,196). Sum of RGB (Red+Green+Blue) = 69+93+196=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #455DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455DC4 is #BAA23B. Grayscale: #616161. Windows color (decimal): -12231228 or 12868933. OLE color: 12868933.

HSL color Cylindrical-coordinate representation of color #455DC4: hue angle of 228.66º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #455DC4 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6993196-
CMYK0.650.5300.23
HSL228.66º51.84%51.96%-
HSV(B)228.66º64.8%76.86%-
XYZ16.3313.0853.89-
YUV97.57183.55107.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.27%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 196 (76.95% from 255) = 54.75%
R=19.27%
G=25.98%
B=54.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal69931960.650.5300.23228.6651.8451.96
Hex455DC44135017e53434
Octal105135304101650273456464
Binary1000101101110111000100100000111010101011111100101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455DC4; }

 p { color: rgb(69,93,196); }

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

<style>
 a { background-color: #455DC4; }

 a { background-color: rgb(69,93,196); }

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

<style>
 span { border-color: #455DC4; }

 span { border-color: rgb(69,93,196); }

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