Html Css Color HEX #4B51BA Free Speech Blue

📋 copy color: '#4B51BA'

red 75 ◦ green 81 ◦ blue 186

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

Shades of Free Speech Blue #4B51BA

Tints of Free Speech Blue #4B51BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.68%

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

R = 21.93%
G = 23.68%
B = 54.39%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B51BA (or 0x4B51BA) is known color: Free Speech Blue. HEX triplet: 4B, 51 and BA. RGB value is (75,81,186). Sum of RGB (Red+Green+Blue) = 75+81+186=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B51BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B51BA is #B4AE45. Grayscale: #5A5A5A. Windows color (decimal): -11841094 or 12210507. OLE color: 12210507.

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

Color convert

RGB 75 81 186 -
CMYK 0.60 0.56 0 0.27
HSL 236.76º 0.45% 0.51% -
HSV(B) 236.76º 0.6% 0.73% -
XYZ 14.71 10.93 47.79 -
YUV 91.18 181.51 116.46 -
System Red Green Blue C M Y K H S L
Decimal 75 81 186 0.60 0.56 0 0.27 236.76 0.45 0.51
Hex 4B 51 BA 3C 38 0 1B ED 2D 33
Octal 113 121 272 74 70 0 33 355 55 63
Binary 1001011 1010001 10111010 111100 111000 0 11011 11101101 101101 110011

Color Harmonies of #4B51BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B51BA

Black with #4B51BA

Text Example


Text Example

White with #4B51BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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