Html Css Color HEX #4842BA Free Speech Blue

📋 copy color: '#4842BA'

red 72 ◦ green 66 ◦ blue 186

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

Shades of Free Speech Blue #4842BA

Tints of Free Speech Blue #4842BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.41%

R = 22.22%
G = 20.37%
B = 57.41%

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

#4842BA (or 0x4842BA) is known color: Free Speech Blue. HEX triplet: 48, 42 and BA. RGB value is (72,66,186). Sum of RGB (Red+Green+Blue) = 72+66+186=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #4842BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4842BA is #B7BD45. Grayscale: #515151. Windows color (decimal): -12041542 or 12206664. OLE color: 12206664.

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

Color convert

RGB 72 66 186 -
CMYK 0.61 0.65 0 0.27
HSL 243º 0.48% 0.49% -
HSV(B) 243º 0.65% 0.73% -
XYZ 13.48 8.82 47.45 -
YUV 81.47 186.99 121.24 -
System Red Green Blue C M Y K H S L
Decimal 72 66 186 0.61 0.65 0 0.27 243 0.48 0.49
Hex 48 42 BA 3D 41 0 1B F3 30 31
Octal 110 102 272 75 101 0 33 363 60 61
Binary 1001000 1000010 10111010 111101 1000001 0 11011 11110011 110000 110001

Color Harmonies of #4842BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4842BA

Black with #4842BA

Text Example


Text Example

White with #4842BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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