#4268BC

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

Shades of Free Speech Blue #4268BC

Tints of Free Speech Blue #4268BC

Color information

#4268BC (or 0x4268BC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 68 and BC. RGB value is (66,104,188). Sum of RGB (Red+Green+Blue) = 66+104+188=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #4268BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4268BC is #BD9743. Grayscale: #656565. Windows color (decimal): -12425028 or 12347458. OLE color: 12347458.

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

Color convert

RGB66104188-
CMYK0.650.4500.26
HSL221.31º48.03%49.8%-
HSV(B)221.31º64.89%73.73%-
XYZ16.2714.6949.55-
YUV102.21176.41102.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.44%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 188 (73.83% from 255) = 52.51%
R=18.44%
G=29.05%
B=52.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661041880.650.4500.26221.3148.0349.8
Hex4268BC412D01Add3032
Octal102150274101550323356062
Binary1000010110100010111100100000110110101101011011101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4268BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,104,188); }

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

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

 a { background-color: rgb(66,104,188); }

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

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

 span { border-color: rgb(66,104,188); }

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