#4751CC

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

Shades of Free Speech Blue #4751CC

Tints of Free Speech Blue #4751CC

Color information

#4751CC (or 0x4751CC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 51 and CC. RGB value is (71,81,204). Sum of RGB (Red+Green+Blue) = 71+81+204=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #4751CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4751CC is #B8AE33. Grayscale: #5B5B5B. Windows color (decimal): -12103220 or 13390151. OLE color: 13390151.

HSL color Cylindrical-coordinate representation of color #4751CC: hue angle of 235.49º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4751CC is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7181204-
CMYK0.650.6000.2
HSL235.49º56.6%53.92%-
HSV(B)235.49º65.2%80%-
XYZ16.4411.5858.5-
YUV92.03191.19113-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 204 (80.08% from 255) = 57.30%
R=19.94%
G=22.75%
B=57.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal71812040.650.6000.2235.4956.653.92
Hex4751CC413C014eb3936
Octal107121314101740243537166
Binary1000111101000111001100100000111110001010011101011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4751CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4751CC; }

 p { color: rgb(71,81,204); }

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

<style>
 a { background-color: #4751CC; }

 a { background-color: rgb(71,81,204); }

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

<style>
 span { border-color: #4751CC; }

 span { border-color: rgb(71,81,204); }

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