#4755CC

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

Shades of Free Speech Blue #4755CC

Tints of Free Speech Blue #4755CC

Color information

#4755CC (or 0x4755CC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 55 and CC. RGB value is (71,85,204). Sum of RGB (Red+Green+Blue) = 71+85+204=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #4755CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4755CC is #B8AA33. Grayscale: #5D5D5D. Windows color (decimal): -12102196 or 13391175. OLE color: 13391175.

HSL color Cylindrical-coordinate representation of color #4755CC: hue angle of 233.68º 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 #4755CC is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7185204-
CMYK0.650.5800.2
HSL233.68º56.6%53.92%-
HSV(B)233.68º65.2%80%-
XYZ16.7512.258.6-
YUV94.38189.86111.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.72%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 204 (80.08% from 255) = 56.67%
R=19.72%
G=23.61%
B=56.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal71852040.650.5800.2233.6856.653.92
Hex4755CC413A014ea3936
Octal107125314101720243527166
Binary1000111101010111001100100000111101001010011101010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4755CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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