#4062BA

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

Shades of Free Speech Blue #4062BA

Tints of Free Speech Blue #4062BA

Color information

#4062BA (or 0x4062BA) is unknown color: approx Free Speech Blue. HEX triplet: 40, 62 and BA. RGB value is (64,98,186). Sum of RGB (Red+Green+Blue) = 64+98+186=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #4062BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4062BA is #BF9D45. Grayscale: #616161. Windows color (decimal): -12557638 or 12214848. OLE color: 12214848.

HSL color Cylindrical-coordinate representation of color #4062BA: hue angle of 223.28º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4062BA is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6498186-
CMYK0.660.4700.27
HSL223.28º48.8%49.02%-
HSV(B)223.28º65.59%72.94%-
XYZ15.3413.3748.23-
YUV97.87177.74103.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.39%
GREEN value IS 98 (38.67% from 255) = 28.16%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=18.39%
G=28.16%
B=53.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64981860.660.4700.27223.2848.849.02
Hex4062BA422F01Bdf3131
Octal100142272102570333376161
Binary1000000110001010111010100001010111101101111011111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4062BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4062BA; }

 p { color: rgb(64,98,186); }

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

<style>
 a { background-color: #4062BA; }

 a { background-color: rgb(64,98,186); }

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

<style>
 span { border-color: #4062BA; }

 span { border-color: rgb(64,98,186); }

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