Html Css Color HEX #4B48BA Free Speech Blue

📋 copy color: '#4B48BA'

red 75 ◦ green 72 ◦ blue 186

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

Shades of Free Speech Blue #4B48BA

Tints of Free Speech Blue #4B48BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.62%

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

R = 22.52%
G = 21.62%
B = 55.86%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B48BA (or 0x4B48BA) is known color: Free Speech Blue. HEX triplet: 4B, 48 and BA. RGB value is (75,72,186). Sum of RGB (Red+Green+Blue) = 75+72+186=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B48BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B48BA is #B4B745. Grayscale: #555555. Windows color (decimal): -11843398 or 12208203. OLE color: 12208203.

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

Color convert

RGB 75 72 186 -
CMYK 0.60 0.61 0 0.27
HSL 241.58º 0.45% 0.51% -
HSV(B) 241.58º 0.61% 0.73% -
XYZ 14.08 9.68 47.58 -
YUV 85.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 75 72 186 0.60 0.61 0 0.27 241.58 0.45 0.51
Hex 4B 48 BA 3C 3D 0 1B F2 2D 33
Octal 113 110 272 74 75 0 33 362 55 63
Binary 1001011 1001000 10111010 111100 111101 0 11011 11110010 101101 110011

Color Harmonies of #4B48BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B48BA

Black with #4B48BA

Text Example


Text Example

White with #4B48BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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