#4251BD

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

Shades of Free Speech Blue #4251BD

Tints of Free Speech Blue #4251BD

Color information

#4251BD (or 0x4251BD) is unknown color: approx Free Speech Blue. HEX triplet: 42, 51 and BD. RGB value is (66,81,189). Sum of RGB (Red+Green+Blue) = 66+81+189=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #4251BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4251BD is #BDAE42. Grayscale: #585858. Windows color (decimal): -12430915 or 12407106. OLE color: 12407106.

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

Color convert

RGB6681189-
CMYK0.650.5700.26
HSL232.68º48.24%50%-
HSV(B)232.68º65.08%74.12%-
XYZ14.3710.7249.46-
YUV88.83184.53111.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 189 (74.22% from 255) = 56.25%
R=19.64%
G=24.11%
B=56.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66811890.650.5700.26232.6848.2450
Hex4251BD413901Ae93032
Octal102121275101710323516062
Binary1000010101000110111101100000111100101101011101001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4251BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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