#4b61b4

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

Shades of Free Speech Blue #4B61B4

Tints of Free Speech Blue #4B61B4

Color information

#4B61B4 (or 0x4B61B4) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 61 and B4. RGB value is (75,97,180). Sum of RGB (Red+Green+Blue) = 75+97+180=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #4B61B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B61B4 is #B49E4B. Grayscale: #636363. Windows color (decimal): -11837004 or 11821387. OLE color: 11821387.

HSL color Cylindrical-coordinate representation of color #4B61B4: hue angle of 227.43º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B61B4 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7597180-
CMYK0.580.4600.29
HSL227.43º41.18%50%-
HSV(B)227.43º58.33%70.59%-
XYZ15.4113.3444.94-
YUV99.88173.21110.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.31%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 180 (70.70% from 255) = 51.14%
R=21.31%
G=27.56%
B=51.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75971800.580.4600.29227.4341.1850
Hex4B61B43A2E01De32932
Octal11314126472560353435162
Binary100101111000011011010011101010111001110111100011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b61b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,97,180); }

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

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

 a { background-color: rgb(75,97,180); }

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

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

 span { border-color: rgb(75,97,180); }

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