#454BCA

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

Shades of Free Speech Blue #454BCA

Tints of Free Speech Blue #454BCA

Color information

#454BCA (or 0x454BCA) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4B and CA. RGB value is (69,75,202). Sum of RGB (Red+Green+Blue) = 69+75+202=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #454BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454BCA is #BAB435. Grayscale: #575757. Windows color (decimal): -12235830 or 13257541. OLE color: 13257541.

HSL color Cylindrical-coordinate representation of color #454BCA: hue angle of 237.29º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #454BCA is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6975202-
CMYK0.660.6300.21
HSL237.29º55.65%53.14%-
HSV(B)237.29º65.84%79.22%-
XYZ15.6310.5657.09-
YUV87.68192.51114.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=19.94%
G=21.68%
B=58.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal69752020.660.6300.21237.2955.6553.14
Hex454BCA423F015ed3835
Octal105113312102770253557065
Binary1000101100101111001010100001011111101010111101101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454BCA; }

 p { color: rgb(69,75,202); }

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

<style>
 a { background-color: #454BCA; }

 a { background-color: rgb(69,75,202); }

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

<style>
 span { border-color: #454BCA; }

 span { border-color: rgb(69,75,202); }

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