#4562BD

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

Shades of Free Speech Blue #4562BD

Tints of Free Speech Blue #4562BD

Color information

#4562BD (or 0x4562BD) is unknown color: approx Free Speech Blue. HEX triplet: 45, 62 and BD. RGB value is (69,98,189). Sum of RGB (Red+Green+Blue) = 69+98+189=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #4562BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4562BD is #BA9D42. Grayscale: #636363. Windows color (decimal): -12229955 or 12411461. OLE color: 12411461.

HSL color Cylindrical-coordinate representation of color #4562BD: hue angle of 225.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4562BD is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6998189-
CMYK0.630.4800.26
HSL225.5º47.62%50.59%-
HSV(B)225.5º63.49%74.12%-
XYZ16.0113.6749.94-
YUV99.7178.39106.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.38%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 189 (74.22% from 255) = 53.09%
R=19.38%
G=27.53%
B=53.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69981890.630.4800.26225.547.6250.59
Hex4562BD3F3001Ae23033
Octal10514227577600323426063
Binary100010111000101011110111111111000001101011100010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4562BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4562BD; }

 p { color: rgb(69,98,189); }

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

<style>
 a { background-color: #4562BD; }

 a { background-color: rgb(69,98,189); }

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

<style>
 span { border-color: #4562BD; }

 span { border-color: rgb(69,98,189); }

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