Html Css Color HEX #4948CF Free Speech Blue

📋 copy color: '#4948CF'

red 73 ◦ green 72 ◦ blue 207

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

Shades of Free Speech Blue #4948CF

Tints of Free Speech Blue #4948CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.81%

R = 20.74%
G = 20.45%
B = 58.81%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4948CF (or 0x4948CF) is known color: Free Speech Blue. HEX triplet: 49, 48 and CF. RGB value is (73,72,207). Sum of RGB (Red+Green+Blue) = 73+72+207=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #4948CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4948CF is #B6B730. Grayscale: #575757. Windows color (decimal): -11974449 or 13584457. OLE color: 13584457.

HSL color Cylindrical-coordinate representation of color #4948CF: hue angle of 240.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4948CF is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 72 207 -
CMYK 0.65 0.65 0 0.19
HSL 240.44º 0.58% 0.55% -
HSV(B) 240.44º 0.65% 0.81% -
XYZ 16.33 10.56 60.21 -
YUV 87.69 195.33 117.52 -
System Red Green Blue C M Y K H S L
Decimal 73 72 207 0.65 0.65 0 0.19 240.44 0.58 0.55
Hex 49 48 CF 41 41 0 13 F0 3A 37
Octal 111 110 317 101 101 0 23 360 72 67
Binary 1001001 1001000 11001111 1000001 1000001 0 10011 11110000 111010 110111

Color Harmonies of #4948CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4948CF

Black with #4948CF

Text Example


Text Example

White with #4948CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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