Html Css Color HEX #4840BA Free Speech Blue

📋 copy color: '#4840BA'

red 72 ◦ green 64 ◦ blue 186

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

Shades of Free Speech Blue #4840BA

Tints of Free Speech Blue #4840BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

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

R = 22.36%
G = 19.88%
B = 57.76%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4840BA (or 0x4840BA) is known color: Free Speech Blue. HEX triplet: 48, 40 and BA. RGB value is (72,64,186). Sum of RGB (Red+Green+Blue) = 72+64+186=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #4840BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4840BA is #B7BF45. Grayscale: #4F4F4F. Windows color (decimal): -12042054 or 12206152. OLE color: 12206152.

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

Color convert

RGB 72 64 186 -
CMYK 0.61 0.66 0 0.27
HSL 243.93º 0.49% 0.49% -
HSV(B) 243.93º 0.66% 0.73% -
XYZ 13.37 8.59 47.41 -
YUV 80.3 187.65 122.08 -
System Red Green Blue C M Y K H S L
Decimal 72 64 186 0.61 0.66 0 0.27 243.93 0.49 0.49
Hex 48 40 BA 3D 42 0 1B F4 31 31
Octal 110 100 272 75 102 0 33 364 61 61
Binary 1001000 1000000 10111010 111101 1000010 0 11011 11110100 110001 110001

Color Harmonies of #4840BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4840BA

Black with #4840BA

Text Example


Text Example

White with #4840BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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