#454BC6

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

Shades of Free Speech Blue #454BC6

Tints of Free Speech Blue #454BC6

Color information

#454BC6 (or 0x454BC6) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4B and C6. RGB value is (69,75,198). Sum of RGB (Red+Green+Blue) = 69+75+198=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 198 (77.73% from 255 or 57.89% from 342); Max value from RGB is 198 - color contains mainly: blue. Hex color #454BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454BC6 is #BAB439. Grayscale: #565656. Windows color (decimal): -12235834 or 12995397. OLE color: 12995397.

HSL color Cylindrical-coordinate representation of color #454BC6: hue angle of 237.21º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #454BC6 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6975198-
CMYK0.650.6200.22
HSL237.21º53.09%52.35%-
HSV(B)237.21º65.15%77.65%-
XYZ15.1610.3754.63-
YUV87.23190.51115-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.18%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 198 (77.73% from 255) = 57.89%
R=20.18%
G=21.93%
B=57.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69751980.650.6200.22237.2153.0952.35
Hex454BC6413E016ed3534
Octal105113306101760263556564
Binary1000101100101111000110100000111111001011011101101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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