#454CCA

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

Shades of Free Speech Blue #454CCA

Tints of Free Speech Blue #454CCA

Color information

#454CCA (or 0x454CCA) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4C and CA. RGB value is (69,76,202). Sum of RGB (Red+Green+Blue) = 69+76+202=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #454CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454CCA is #BAB335. Grayscale: #575757. Windows color (decimal): -12235574 or 13257797. OLE color: 13257797.

HSL color Cylindrical-coordinate representation of color #454CCA: hue angle of 236.84º 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 #454CCA is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6976202-
CMYK0.660.6200.21
HSL236.84º55.65%53.14%-
HSV(B)236.84º65.84%79.22%-
XYZ15.710.757.11-
YUV88.27192.18114.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.88%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 202 (79.30% from 255) = 58.21%
R=19.88%
G=21.90%
B=58.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal69762020.660.6200.21236.8455.6553.14
Hex454CCA423E015ed3835
Octal105114312102760253557065
Binary1000101100110011001010100001011111001010111101101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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