#4262BB

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

Shades of Free Speech Blue #4262BB

Tints of Free Speech Blue #4262BB

Color information

#4262BB (or 0x4262BB) is unknown color: approx Free Speech Blue. HEX triplet: 42, 62 and BB. RGB value is (66,98,187). Sum of RGB (Red+Green+Blue) = 66+98+187=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #4262BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4262BB is #BD9D44. Grayscale: #626262. Windows color (decimal): -12426565 or 12280386. OLE color: 12280386.

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

Color convert

RGB6698187-
CMYK0.650.4800.27
HSL224.13º47.83%49.61%-
HSV(B)224.13º64.71%73.33%-
XYZ15.5813.4848.79-
YUV98.58177.9104.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 187 (73.44% from 255) = 53.28%
R=18.80%
G=27.92%
B=53.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66981870.650.4800.27224.1347.8349.61
Hex4262BB413001Be03032
Octal102142273101600333406062
Binary1000010110001010111011100000111000001101111100000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4262BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4262BB; }

 p { color: rgb(66,98,187); }

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

<style>
 a { background-color: #4262BB; }

 a { background-color: rgb(66,98,187); }

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

<style>
 span { border-color: #4262BB; }

 span { border-color: rgb(66,98,187); }

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