Html Css Color HEX #4848BA Free Speech Blue

📋 copy color: '#4848BA'

red 72 ◦ green 72 ◦ blue 186

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

Shades of Free Speech Blue #4848BA

Tints of Free Speech Blue #4848BA

RGB

 RED value IS 72 (28.52% from 255) = 21.82%

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

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

R = 21.82%
G = 21.82%
B = 56.36%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4848BA (or 0x4848BA) is known color: Free Speech Blue. HEX triplet: 48, 48 and BA. RGB value is (72,72,186). Sum of RGB (Red+Green+Blue) = 72+72+186=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #4848BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4848BA is #B7B745. Grayscale: #545454. Windows color (decimal): -12040006 or 12208200. OLE color: 12208200.

HSL color Cylindrical-coordinate representation of color #4848BA: hue angle of 240º 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 #4848BA is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 72 186 -
CMYK 0.61 0.61 0 0.27
HSL 240º 0.45% 0.51% -
HSV(B) 240º 0.61% 0.73% -
XYZ 13.85 9.56 47.57 -
YUV 85 185 118.73 -
System Red Green Blue C M Y K H S L
Decimal 72 72 186 0.61 0.61 0 0.27 240 0.45 0.51
Hex 48 48 BA 3D 3D 0 1B F0 2D 33
Octal 110 110 272 75 75 0 33 360 55 63
Binary 1001000 1001000 10111010 111101 111101 0 11011 11110000 101101 110011

Color Harmonies of #4848BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4848BA

Black with #4848BA

Text Example


Text Example

White with #4848BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4848BA; }

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

 H1.HeaderClassName
 {
   color: #4848BA;
 }
 .AnyTagClassName
 {
   color: #4848BA;
 }
</style>

background-color css

<style>
 a { background-color: #4848BA; }

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

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

border-color css

<style>
 span { border-color: #4848BA; }

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

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