Html Css Color HEX #4948CC Free Speech Blue

📋 copy color: '#4948CC'

red 73 ◦ green 72 ◦ blue 204

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

Shades of Free Speech Blue #4948CC

Tints of Free Speech Blue #4948CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 20.92%
G = 20.63%
B = 58.45%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4948CC (or 0x4948CC) is known color: Free Speech Blue. HEX triplet: 49, 48 and CC. RGB value is (73,72,204). Sum of RGB (Red+Green+Blue) = 73+72+204=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #4948CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4948CC is #B6B733. Grayscale: #565656. Windows color (decimal): -11974452 or 13387849. OLE color: 13387849.

HSL color Cylindrical-coordinate representation of color #4948CC: hue angle of 240.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4948CC is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 72 204 -
CMYK 0.64 0.65 0 0.2
HSL 240.45º 0.56% 0.54% -
HSV(B) 240.45º 0.65% 0.8% -
XYZ 15.96 10.41 58.29 -
YUV 87.35 193.83 117.77 -
System Red Green Blue C M Y K H S L
Decimal 73 72 204 0.64 0.65 0 0.2 240.45 0.56 0.54
Hex 49 48 CC 40 41 0 14 F0 38 36
Octal 111 110 314 100 101 0 24 360 70 66
Binary 1001001 1001000 11001100 1000000 1000001 0 10100 11110000 111000 110110

Color Harmonies of #4948CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4948CC

Black with #4948CC

Text Example


Text Example

White with #4948CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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