#4251BE

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

Shades of Free Speech Blue #4251BE

Tints of Free Speech Blue #4251BE

Color information

#4251BE (or 0x4251BE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 51 and BE. RGB value is (66,81,190). Sum of RGB (Red+Green+Blue) = 66+81+190=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #4251BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4251BE is #BDAE41. Grayscale: #585858. Windows color (decimal): -12430914 or 12472642. OLE color: 12472642.

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

Color convert

RGB6681190-
CMYK0.650.5700.25
HSL232.74º48.82%50.2%-
HSV(B)232.74º65.26%74.51%-
XYZ14.4810.7650.03-
YUV88.94185.03111.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.58%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 190 (74.61% from 255) = 56.38%
R=19.58%
G=24.04%
B=56.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66811900.650.5700.25232.7448.8250.2
Hex4251BE4139019e93132
Octal102121276101710313516162
Binary1000010101000110111110100000111100101100111101001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4251BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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