#4767BC

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

Shades of Free Speech Blue #4767BC

Tints of Free Speech Blue #4767BC

Color information

#4767BC (or 0x4767BC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 67 and BC. RGB value is (71,103,188). Sum of RGB (Red+Green+Blue) = 71+103+188=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #4767BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4767BC is #B89843. Grayscale: #666666. Windows color (decimal): -12097604 or 12347207. OLE color: 12347207.

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

Color convert

RGB71103188-
CMYK0.620.4500.26
HSL223.59º46.61%50.78%-
HSV(B)223.59º62.23%73.73%-
XYZ16.5314.6749.54-
YUV103.12175.9105.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.61%
GREEN value IS 103 (40.62% from 255) = 28.45%
BLUE value IS 188 (73.83% from 255) = 51.93%
R=19.61%
G=28.45%
B=51.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711031880.620.4500.26223.5946.6150.78
Hex4767BC3E2D01Ae02f33
Octal10714727476550323405763
Binary100011111001111011110011111010110101101011100000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4767BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,103,188); }

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

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

 a { background-color: rgb(71,103,188); }

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

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

 span { border-color: rgb(71,103,188); }

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