#4362BC

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

Shades of Free Speech Blue #4362BC

Tints of Free Speech Blue #4362BC

Color information

#4362BC (or 0x4362BC) is unknown color: approx Free Speech Blue. HEX triplet: 43, 62 and BC. RGB value is (67,98,188). Sum of RGB (Red+Green+Blue) = 67+98+188=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #4362BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4362BC is #BC9D43. Grayscale: #626262. Windows color (decimal): -12361028 or 12345923. OLE color: 12345923.

HSL color Cylindrical-coordinate representation of color #4362BC: hue angle of 224.63º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4362BC is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6798188-
CMYK0.640.4800.26
HSL224.63º47.45%50%-
HSV(B)224.63º64.36%73.73%-
XYZ15.7613.5649.36-
YUV98.99178.23105.18-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.98%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 188 (73.83% from 255) = 53.26%
R=18.98%
G=27.76%
B=53.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal67981880.640.4800.26224.6347.4550
Hex4362BC403001Ae12f32
Octal103142274100600323415762
Binary1000011110001010111100100000011000001101011100001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4362BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4362BC; }

 p { color: rgb(67,98,188); }

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

<style>
 a { background-color: #4362BC; }

 a { background-color: rgb(67,98,188); }

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

<style>
 span { border-color: #4362BC; }

 span { border-color: rgb(67,98,188); }

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