#4B5CBD

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

Shades of Free Speech Blue #4B5CBD

Tints of Free Speech Blue #4B5CBD

Color information

#4B5CBD (or 0x4B5CBD) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5C and BD. RGB value is (75,92,189). Sum of RGB (Red+Green+Blue) = 75+92+189=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B5CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5CBD is #B4A342. Grayscale: #616161. Windows color (decimal): -11838275 or 12409931. OLE color: 12409931.

HSL color Cylindrical-coordinate representation of color #4B5CBD: hue angle of 231.05º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B5CBD is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7592189-
CMYK0.600.5100.26
HSL231.05º46.34%51.76%-
HSV(B)231.05º60.32%74.12%-
XYZ15.9112.8249.78-
YUV97.98179.37111.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.07%
GREEN value IS 92 (36.33% from 255) = 25.84%
BLUE value IS 189 (74.22% from 255) = 53.09%
R=21.07%
G=25.84%
B=53.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75921890.600.5100.26231.0546.3451.76
Hex4B5CBD3C3301Ae72e34
Octal11313427574630323475664
Binary100101110111001011110111110011001101101011100111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,92,189); }

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

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

 a { background-color: rgb(75,92,189); }

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

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

 span { border-color: rgb(75,92,189); }

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