#4A4BC8

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

Shades of Free Speech Blue #4A4BC8

Tints of Free Speech Blue #4A4BC8

Color information

#4A4BC8 (or 0x4A4BC8) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 4B and C8. RGB value is (74,75,200). Sum of RGB (Red+Green+Blue) = 74+75+200=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 200 (78.52% from 255 or 57.31% from 349); Max value from RGB is 200 - color contains mainly: blue. Hex color #4A4BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A4BC8 is #B5B437. Grayscale: #585858. Windows color (decimal): -11908152 or 13126474. OLE color: 13126474.

HSL color Cylindrical-coordinate representation of color #4A4BC8: hue angle of 239.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A4BC8 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7475200-
CMYK0.630.6200.22
HSL239.52º53.39%53.73%-
HSV(B)239.52º63%78.43%-
XYZ15.7710.6655.87-
YUV88.95190.67117.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.20%
GREEN value IS 75 (29.69% from 255) = 21.49%
BLUE value IS 200 (78.52% from 255) = 57.31%
R=21.20%
G=21.49%
B=57.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal74752000.630.6200.22239.5253.3953.73
Hex4A4BC83F3E016f03536
Octal11211331077760263606566
Binary100101010010111100100011111111111001011011110000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A4BC8; }

 p { color: rgb(74,75,200); }

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

<style>
 a { background-color: #4A4BC8; }

 a { background-color: rgb(74,75,200); }

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

<style>
 span { border-color: #4A4BC8; }

 span { border-color: rgb(74,75,200); }

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