Html Css Color HEX #4948BC Free Speech Blue

📋 copy color: '#4948BC'

red 73 ◦ green 72 ◦ blue 188

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

Shades of Free Speech Blue #4948BC

Tints of Free Speech Blue #4948BC

RGB

 RED value IS 73 (28.91% from 255) = 21.92%

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

 BLUE value IS 188 (73.83% from 255) = 56.46%

R = 21.92%
G = 21.62%
B = 56.46%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4948BC (or 0x4948BC) is known color: Free Speech Blue. HEX triplet: 49, 48 and BC. RGB value is (73,72,188). Sum of RGB (Red+Green+Blue) = 73+72+188=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #4948BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4948BC is #B6B743. Grayscale: #555555. Windows color (decimal): -11974468 or 12339273. OLE color: 12339273.

HSL color Cylindrical-coordinate representation of color #4948BC: hue angle of 240.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4948BC is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 72 188 -
CMYK 0.61 0.62 0 0.26
HSL 240.52º 0.46% 0.51% -
HSV(B) 240.52º 0.62% 0.74% -
XYZ 14.14 9.68 48.7 -
YUV 85.52 185.83 119.07 -
System Red Green Blue C M Y K H S L
Decimal 73 72 188 0.61 0.62 0 0.26 240.52 0.46 0.51
Hex 49 48 BC 3D 3E 0 1A F1 2E 33
Octal 111 110 274 75 76 0 32 361 56 63
Binary 1001001 1001000 10111100 111101 111110 0 11010 11110001 101110 110011

Color Harmonies of #4948BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4948BC

Black with #4948BC

Text Example


Text Example

White with #4948BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4948BC; }

 p { color: rgb(73,72,188); }

 H1.HeaderClassName
 {
   color: #4948BC;
 }
 .AnyTagClassName
 {
   color: #4948BC;
 }
</style>

background-color css

<style>
 a { background-color: #4948BC; }

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

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

border-color css

<style>
 span { border-color: #4948BC; }

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

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