#4B5CCE

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

Shades of Free Speech Blue #4B5CCE

Tints of Free Speech Blue #4B5CCE

Color information

#4B5CCE (or 0x4B5CCE) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5C and CE. RGB value is (75,92,206). Sum of RGB (Red+Green+Blue) = 75+92+206=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B5CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5CCE is #B4A331. Grayscale: #636363. Windows color (decimal): -11838258 or 13524043. OLE color: 13524043.

HSL color Cylindrical-coordinate representation of color #4B5CCE: hue angle of 232.21º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B5CCE is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7592206-
CMYK0.640.5500.19
HSL232.21º57.21%55.1%-
HSV(B)232.21º63.59%80.78%-
XYZ17.8713.6160.08-
YUV99.91187.87110.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.11%
GREEN value IS 92 (36.33% from 255) = 24.66%
BLUE value IS 206 (80.86% from 255) = 55.23%
R=20.11%
G=24.66%
B=55.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal75922060.640.5500.19232.2157.2155.1
Hex4B5CCE4037013e83937
Octal113134316100670233507167
Binary1001011101110011001110100000011011101001111101000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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