Html Css Color HEX #4B5EBA Free Speech Blue

📋 copy color: '#4B5EBA'

red 75 ◦ green 94 ◦ blue 186

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

Shades of Free Speech Blue #4B5EBA

Tints of Free Speech Blue #4B5EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.48%

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

R = 21.13%
G = 26.48%
B = 52.39%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B5EBA (or 0x4B5EBA) is known color: Free Speech Blue. HEX triplet: 4B, 5E and BA. RGB value is (75,94,186). Sum of RGB (Red+Green+Blue) = 75+94+186=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B5EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5EBA is #B4A145. Grayscale: #626262. Windows color (decimal): -11837766 or 12213835. OLE color: 12213835.

HSL color Cylindrical-coordinate representation of color #4B5EBA: hue angle of 229.73º 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 #4B5EBA is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 94 186 -
CMYK 0.60 0.49 0 0.27
HSL 229.73º 0.45% 0.51% -
HSV(B) 229.73º 0.6% 0.73% -
XYZ 15.77 13.05 48.14 -
YUV 98.81 177.21 111.02 -
System Red Green Blue C M Y K H S L
Decimal 75 94 186 0.60 0.49 0 0.27 229.73 0.45 0.51
Hex 4B 5E BA 3C 31 0 1B E6 2D 33
Octal 113 136 272 74 61 0 33 346 55 63
Binary 1001011 1011110 10111010 111100 110001 0 11011 11100110 101101 110011

Color Harmonies of #4B5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5EBA

Black with #4B5EBA

Text Example


Text Example

White with #4B5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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