#4255BA

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

Shades of Free Speech Blue #4255BA

Tints of Free Speech Blue #4255BA

Color information

#4255BA (or 0x4255BA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 55 and BA. RGB value is (66,85,186). Sum of RGB (Red+Green+Blue) = 66+85+186=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #4255BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4255BA is #BDAA45. Grayscale: #5A5A5A. Windows color (decimal): -12429894 or 12211522. OLE color: 12211522.

HSL color Cylindrical-coordinate representation of color #4255BA: hue angle of 230.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 #4255BA is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6685186-
CMYK0.650.5400.27
HSL230.5º47.62%49.41%-
HSV(B)230.5º64.52%72.94%-
XYZ14.3611.247.86-
YUV90.83181.71110.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.58%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=19.58%
G=25.22%
B=55.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66851860.650.5400.27230.547.6249.41
Hex4255BA413601Be63031
Octal102125272101660333466061
Binary1000010101010110111010100000111011001101111100110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4255BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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