Html Css Color HEX #4842BB Free Speech Blue

📋 copy color: '#4842BB'

red 72 ◦ green 66 ◦ blue 187

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

Shades of Free Speech Blue #4842BB

Tints of Free Speech Blue #4842BB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

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

R = 22.15%
G = 20.31%
B = 57.54%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4842BB (or 0x4842BB) is known color: Free Speech Blue. HEX triplet: 48, 42 and BB. RGB value is (72,66,187). Sum of RGB (Red+Green+Blue) = 72+66+187=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #4842BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4842BB is #B7BD44. Grayscale: #515151. Windows color (decimal): -12041541 or 12272200. OLE color: 12272200.

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

Color convert

RGB 72 66 187 -
CMYK 0.61 0.65 0 0.27
HSL 242.98º 0.48% 0.5% -
HSV(B) 242.98º 0.65% 0.73% -
XYZ 13.59 8.86 48.01 -
YUV 81.59 187.49 121.16 -
System Red Green Blue C M Y K H S L
Decimal 72 66 187 0.61 0.65 0 0.27 242.98 0.48 0.5
Hex 48 42 BB 3D 41 0 1B F3 30 32
Octal 110 102 273 75 101 0 33 363 60 62
Binary 1001000 1000010 10111011 111101 1000001 0 11011 11110011 110000 110010

Color Harmonies of #4842BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4842BB

Black with #4842BB

Text Example


Text Example

White with #4842BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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