#4255BB

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

Shades of Free Speech Blue #4255BB

Tints of Free Speech Blue #4255BB

Color information

#4255BB (or 0x4255BB) is unknown color: approx Free Speech Blue. HEX triplet: 42, 55 and BB. RGB value is (66,85,187). Sum of RGB (Red+Green+Blue) = 66+85+187=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #4255BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4255BB is #BDAA44. Grayscale: #5A5A5A. Windows color (decimal): -12429893 or 12277058. OLE color: 12277058.

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

Color convert

RGB6685187-
CMYK0.650.5500.27
HSL230.58º47.83%49.61%-
HSV(B)230.58º64.71%73.33%-
XYZ14.4611.2448.42-
YUV90.95182.21110.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.53%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 187 (73.44% from 255) = 55.33%
R=19.53%
G=25.15%
B=55.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66851870.650.5500.27230.5847.8349.61
Hex4255BB413701Be73032
Octal102125273101670333476062
Binary1000010101010110111011100000111011101101111100111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4255BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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