Html Css Color HEX #4850BD Free Speech Blue

📋 copy color: '#4850BD'

red 72 ◦ green 80 ◦ blue 189

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

Shades of Free Speech Blue #4850BD

Tints of Free Speech Blue #4850BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.43%

R = 21.11%
G = 23.46%
B = 55.43%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4850BD (or 0x4850BD) is known color: Free Speech Blue. HEX triplet: 48, 50 and BD. RGB value is (72,80,189). Sum of RGB (Red+Green+Blue) = 72+80+189=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #4850BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4850BD is #B7AF42. Grayscale: #595959. Windows color (decimal): -12037955 or 12406856. OLE color: 12406856.

HSL color Cylindrical-coordinate representation of color #4850BD: hue angle of 235.9º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4850BD is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 80 189 -
CMYK 0.62 0.58 0 0.26
HSL 235.9º 0.47% 0.51% -
HSV(B) 235.9º 0.62% 0.74% -
XYZ 14.73 10.79 49.45 -
YUV 90.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 72 80 189 0.62 0.58 0 0.26 235.9 0.47 0.51
Hex 48 50 BD 3E 3A 0 1A EC 2F 33
Octal 110 120 275 76 72 0 32 354 57 63
Binary 1001000 1010000 10111101 111110 111010 0 11010 11101100 101111 110011

Color Harmonies of #4850BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4850BD

Black with #4850BD

Text Example


Text Example

White with #4850BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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