#4B3CCB

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

Shades of Free Speech Blue #4B3CCB

Tints of Free Speech Blue #4B3CCB

Color information

#4B3CCB (or 0x4B3CCB) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 3C and CB. RGB value is (75,60,203). Sum of RGB (Red+Green+Blue) = 75+60+203=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B3CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3CCB is #B4C334. Grayscale: #505050. Windows color (decimal): -11846453 or 13319243. OLE color: 13319243.

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

Color convert

RGB7560203-
CMYK0.630.7000.20
HSL246.29º57.89%51.57%-
HSV(B)246.29º70.44%79.61%-
XYZ15.39.0457.44-
YUV80.79196.97123.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.19%
GREEN value IS 60 (23.83% from 255) = 17.75%
BLUE value IS 203 (79.69% from 255) = 60.06%
R=22.19%
G=17.75%
B=60.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75602030.630.7000.20246.2957.8951.57
Hex4B3CCB3F46014f63a34
Octal11374313771060243667264
Binary100101111110011001011111111100011001010011110110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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