#4062BF

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

Shades of Free Speech Blue #4062BF

Tints of Free Speech Blue #4062BF

Color information

#4062BF (or 0x4062BF) is unknown color: approx Free Speech Blue. HEX triplet: 40, 62 and BF. RGB value is (64,98,191). Sum of RGB (Red+Green+Blue) = 64+98+191=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #4062BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4062BF is #BF9D40. Grayscale: #626262. Windows color (decimal): -12557633 or 12542528. OLE color: 12542528.

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

Color convert

RGB6498191-
CMYK0.660.4900.25
HSL223.94º49.8%50%-
HSV(B)223.94º66.49%74.9%-
XYZ15.8913.5951.08-
YUV98.44180.24103.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 191 (75% from 255) = 54.11%
R=18.13%
G=27.76%
B=54.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64981910.660.4900.25223.9449.850
Hex4062BF4231019e03232
Octal100142277102610313406262
Binary1000000110001010111111100001011000101100111100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4062BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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