#4263BF

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

Shades of Free Speech Blue #4263BF

Tints of Free Speech Blue #4263BF

Color information

#4263BF (or 0x4263BF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 63 and BF. RGB value is (66,99,191). Sum of RGB (Red+Green+Blue) = 66+99+191=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #4263BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4263BF is #BD9C40. Grayscale: #636363. Windows color (decimal): -12426305 or 12542786. OLE color: 12542786.

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

Color convert

RGB6699191-
CMYK0.650.4800.25
HSL224.16º49.41%50.39%-
HSV(B)224.16º65.45%74.9%-
XYZ16.1113.8451.11-
YUV99.62179.57104.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.54%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 191 (75% from 255) = 53.65%
R=18.54%
G=27.81%
B=53.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66991910.650.4800.25224.1649.4150.39
Hex4263BF4130019e03132
Octal102143277101600313406162
Binary1000010110001110111111100000111000001100111100000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4263BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,99,191); }

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

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

 a { background-color: rgb(66,99,191); }

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

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

 span { border-color: rgb(66,99,191); }

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