#4B4CCB

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

Shades of Free Speech Blue #4B4CCB

Tints of Free Speech Blue #4B4CCB

Color information

#4B4CCB (or 0x4B4CCB) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4C and CB. RGB value is (75,76,203). Sum of RGB (Red+Green+Blue) = 75+76+203=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B4CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4CCB is #B4B334. Grayscale: #595959. Windows color (decimal): -11842357 or 13323339. OLE color: 13323339.

HSL color Cylindrical-coordinate representation of color #4B4CCB: hue angle of 239.53º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B4CCB is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7576203-
CMYK0.630.6300.20
HSL239.53º55.17%54.51%-
HSV(B)239.53º63.05%79.61%-
XYZ16.2710.9857.76-
YUV90.18191.67117.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.19%
GREEN value IS 76 (30.08% from 255) = 21.47%
BLUE value IS 203 (79.69% from 255) = 57.34%
R=21.19%
G=21.47%
B=57.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75762030.630.6300.20239.5355.1754.51
Hex4B4CCB3F3F014f03737
Octal11311431377770243606767
Binary100101110011001100101111111111111101010011110000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,76,203); }

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

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

 a { background-color: rgb(75,76,203); }

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

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

 span { border-color: rgb(75,76,203); }

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