Html Css Color HEX #4844BB Free Speech Blue

📋 copy color: '#4844BB'

red 72 ◦ green 68 ◦ blue 187

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

Shades of Free Speech Blue #4844BB

Tints of Free Speech Blue #4844BB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.8%

 BLUE value IS 187 (73.44% from 255) = 57.19%

R = 22.02%
G = 20.8%
B = 57.19%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4844BB (or 0x4844BB) is known color: Free Speech Blue. HEX triplet: 48, 44 and BB. RGB value is (72,68,187). Sum of RGB (Red+Green+Blue) = 72+68+187=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #4844BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4844BB is #B7BB44. Grayscale: #525252. Windows color (decimal): -12041029 or 12272712. OLE color: 12272712.

HSL color Cylindrical-coordinate representation of color #4844BB: hue angle of 242.02º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4844BB is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 68 187 -
CMYK 0.61 0.64 0 0.27
HSL 242.02º 0.47% 0.5% -
HSV(B) 242.02º 0.64% 0.73% -
XYZ 13.71 9.1 48.05 -
YUV 82.76 186.83 120.32 -
System Red Green Blue C M Y K H S L
Decimal 72 68 187 0.61 0.64 0 0.27 242.02 0.47 0.5
Hex 48 44 BB 3D 40 0 1B F2 2F 32
Octal 110 104 273 75 100 0 33 362 57 62
Binary 1001000 1000100 10111011 111101 1000000 0 11011 11110010 101111 110010

Color Harmonies of #4844BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4844BB

Black with #4844BB

Text Example


Text Example

White with #4844BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4844BB; }

 p { color: rgb(72,68,187); }

 H1.HeaderClassName
 {
   color: #4844BB;
 }
 .AnyTagClassName
 {
   color: #4844BB;
 }
</style>

background-color css

<style>
 a { background-color: #4844BB; }

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

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

border-color css

<style>
 span { border-color: #4844BB; }

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

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