#4261BD

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

Shades of Free Speech Blue #4261BD

Tints of Free Speech Blue #4261BD

Color information

#4261BD (or 0x4261BD) is unknown color: approx Free Speech Blue. HEX triplet: 42, 61 and BD. RGB value is (66,97,189). Sum of RGB (Red+Green+Blue) = 66+97+189=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #4261BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4261BD is #BD9E42. Grayscale: #616161. Windows color (decimal): -12426819 or 12411202. OLE color: 12411202.

HSL color Cylindrical-coordinate representation of color #4261BD: hue angle of 224.88º 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 #4261BD is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6697189-
CMYK0.650.4900.26
HSL224.88º48.24%50%-
HSV(B)224.88º65.08%74.12%-
XYZ15.7113.3849.9-
YUV98.22179.23105.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.75%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 189 (74.22% from 255) = 53.69%
R=18.75%
G=27.56%
B=53.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66971890.650.4900.26224.8848.2450
Hex4261BD413101Ae13032
Octal102141275101610323416062
Binary1000010110000110111101100000111000101101011100001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4261BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4261BD; }

 p { color: rgb(66,97,189); }

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

<style>
 a { background-color: #4261BD; }

 a { background-color: rgb(66,97,189); }

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

<style>
 span { border-color: #4261BD; }

 span { border-color: rgb(66,97,189); }

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