#4258BF

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

Shades of Free Speech Blue #4258BF

Tints of Free Speech Blue #4258BF

Color information

#4258BF (or 0x4258BF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 58 and BF. RGB value is (66,88,191). Sum of RGB (Red+Green+Blue) = 66+88+191=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #4258BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4258BF is #BDA740. Grayscale: #5C5C5C. Windows color (decimal): -12429121 or 12539970. OLE color: 12539970.

HSL color Cylindrical-coordinate representation of color #4258BF: hue angle of 229.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4258BF is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6688191-
CMYK0.650.5400.25
HSL229.44º49.41%50.39%-
HSV(B)229.44º65.45%74.9%-
XYZ15.1411.950.79-
YUV93.16183.21108.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.13%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 191 (75% from 255) = 55.36%
R=19.13%
G=25.51%
B=55.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66881910.650.5400.25229.4449.4150.39
Hex4258BF4136019e53132
Octal102130277101660313456162
Binary1000010101100010111111100000111011001100111100101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4258BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4258BF; }

 p { color: rgb(66,88,191); }

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

<style>
 a { background-color: #4258BF; }

 a { background-color: rgb(66,88,191); }

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

<style>
 span { border-color: #4258BF; }

 span { border-color: rgb(66,88,191); }

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