#4263BA

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

Shades of Free Speech Blue #4263BA

Tints of Free Speech Blue #4263BA

Color information

#4263BA (or 0x4263BA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 63 and BA. RGB value is (66,99,186). Sum of RGB (Red+Green+Blue) = 66+99+186=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #4263BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4263BA is #BD9C45. Grayscale: #626262. Windows color (decimal): -12426310 or 12215106. OLE color: 12215106.

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

Color convert

RGB6699186-
CMYK0.650.4700.27
HSL223.5º47.62%49.41%-
HSV(B)223.5º64.52%72.94%-
XYZ15.5713.6348.26-
YUV99.05177.07104.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=18.80%
G=28.21%
B=52.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66991860.650.4700.27223.547.6249.41
Hex4263BA412F01Be03031
Octal102143272101570333406061
Binary1000010110001110111010100000110111101101111100000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4263BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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