Html Css Color HEX #4849CF Free Speech Blue

📋 copy color: '#4849CF'

red 72 ◦ green 73 ◦ blue 207

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

Shades of Free Speech Blue #4849CF

Tints of Free Speech Blue #4849CF

RGB

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

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

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

R = 20.45%
G = 20.74%
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

#4849CF (or 0x4849CF) is known color: Free Speech Blue. HEX triplet: 48, 49 and CF. RGB value is (72,73,207). Sum of RGB (Red+Green+Blue) = 72+73+207=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 73 (28.91% from 255 or 20.74% 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 #4849CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4849CF is #B7B630. Grayscale: #575757. Windows color (decimal): -12039729 or 13584712. OLE color: 13584712.

HSL color Cylindrical-coordinate representation of color #4849CF: hue angle of 239.56º 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 #4849CF is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

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

Color Harmonies of #4849CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4849CF

Black with #4849CF

Text Example


Text Example

White with #4849CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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