#4B62D1

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

Shades of Free Speech Blue #4B62D1

Tints of Free Speech Blue #4B62D1

Color information

#4B62D1 (or 0x4B62D1) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 62 and D1. RGB value is (75,98,209). Sum of RGB (Red+Green+Blue) = 75+98+209=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 209 (82.03% from 255 or 54.71% from 382); Max value from RGB is 209 - color contains mainly: blue. Hex color #4B62D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B62D1 is #B49D2E. Grayscale: #676767. Windows color (decimal): -11836719 or 13722187. OLE color: 13722187.

HSL color Cylindrical-coordinate representation of color #4B62D1: hue angle of 229.7º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B62D1 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7598209-
CMYK0.640.5300.18
HSL229.7º59.29%55.69%-
HSV(B)229.7º64.11%81.96%-
XYZ18.7814.8362.2-
YUV103.78187.38107.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.63%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 209 (82.03% from 255) = 54.71%
R=19.63%
G=25.65%
B=54.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal75982090.640.5300.18229.759.2955.69
Hex4B62D14035012e63b38
Octal113142321100650223467370
Binary1001011110001011010001100000011010101001011100110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B62D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,98,209); }

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

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

 a { background-color: rgb(75,98,209); }

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

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

 span { border-color: rgb(75,98,209); }

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