Html Css Color HEX #4850BA Free Speech Blue

📋 copy color: '#4850BA'

red 72 ◦ green 80 ◦ blue 186

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

Shades of Free Speech Blue #4850BA

Tints of Free Speech Blue #4850BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

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

R = 21.3%
G = 23.67%
B = 55.03%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4850BA (or 0x4850BA) is known color: Free Speech Blue. HEX triplet: 48, 50 and BA. RGB value is (72,80,186). Sum of RGB (Red+Green+Blue) = 72+80+186=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #4850BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4850BA is #B7AF45. Grayscale: #595959. Windows color (decimal): -12037958 or 12210248. OLE color: 12210248.

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

Color convert

RGB 72 80 186 -
CMYK 0.61 0.57 0 0.27
HSL 235.79º 0.45% 0.51% -
HSV(B) 235.79º 0.61% 0.73% -
XYZ 14.4 10.66 47.75 -
YUV 89.69 182.35 115.38 -
System Red Green Blue C M Y K H S L
Decimal 72 80 186 0.61 0.57 0 0.27 235.79 0.45 0.51
Hex 48 50 BA 3D 39 0 1B EC 2D 33
Octal 110 120 272 75 71 0 33 354 55 63
Binary 1001000 1010000 10111010 111101 111001 0 11011 11101100 101101 110011

Color Harmonies of #4850BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4850BA

Black with #4850BA

Text Example


Text Example

White with #4850BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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