Html Css Color HEX #4B4FBA Free Speech Blue

📋 copy color: '#4B4FBA'

red 75 ◦ green 79 ◦ blue 186

#4B4FBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4B4FBA

Tints of Free Speech Blue #4B4FBA

RGB

 RED value IS 75 (29.69% from 255) = 22.06%

 GREEN value IS 79 (31.25% from 255) = 23.24%

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 22.06%
G = 23.24%
B = 54.71%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B4FBA (or 0x4B4FBA) is known color: Free Speech Blue. HEX triplet: 4B, 4F and BA. RGB value is (75,79,186). Sum of RGB (Red+Green+Blue) = 75+79+186=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B4FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4FBA is #B4B045. Grayscale: #595959. Windows color (decimal): -11841606 or 12209995. OLE color: 12209995.

HSL color Cylindrical-coordinate representation of color #4B4FBA: hue angle of 237.84º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B4FBA is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 79 186 -
CMYK 0.60 0.58 0 0.27
HSL 237.84º 0.45% 0.51% -
HSV(B) 237.84º 0.6% 0.73% -
XYZ 14.56 10.63 47.74 -
YUV 90 182.17 117.3 -
System Red Green Blue C M Y K H S L
Decimal 75 79 186 0.60 0.58 0 0.27 237.84 0.45 0.51
Hex 4B 4F BA 3C 3A 0 1B EE 2D 33
Octal 113 117 272 74 72 0 33 356 55 63
Binary 1001011 1001111 10111010 111100 111010 0 11011 11101110 101101 110011

Color Harmonies of #4B4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4FBA

Black with #4B4FBA

Text Example


Text Example

White with #4B4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,79,186); }

 H1.HeaderClassName
 {
   color: #4B4FBA;
 }
 .AnyTagClassName
 {
   color: #4B4FBA;
 }
</style>

background-color css

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

 a { background-color: rgb(75,79,186); }

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

border-color css

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

 span { border-color: rgb(75,79,186); }

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