Html Css Color HEX #4853B4 Free Speech Blue

📋 copy color: '#4853B4'

red 72 ◦ green 83 ◦ blue 180

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

Shades of Free Speech Blue #4853B4

Tints of Free Speech Blue #4853B4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

 BLUE value IS 180 (70.7% from 255) = 53.73%

R = 21.49%
G = 24.78%
B = 53.73%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4853B4 (or 0x4853B4) is known color: Free Speech Blue. HEX triplet: 48, 53 and B4. RGB value is (72,83,180). Sum of RGB (Red+Green+Blue) = 72+83+180=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 180 (70.70% from 255 or 53.73% from 335); Max value from RGB is 180 - color contains mainly: blue. Hex color #4853B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4853B4 is #B7AC4B. Grayscale: #5A5A5A. Windows color (decimal): -12037196 or 11817800. OLE color: 11817800.

HSL color Cylindrical-coordinate representation of color #4853B4: hue angle of 233.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4853B4 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 83 180 -
CMYK 0.60 0.54 0 0.29
HSL 233.89º 0.43% 0.49% -
HSV(B) 233.89º 0.6% 0.71% -
XYZ 14 10.86 44.54 -
YUV 90.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 72 83 180 0.60 0.54 0 0.29 233.89 0.43 0.49
Hex 48 53 B4 3C 36 0 1D EA 2B 31
Octal 110 123 264 74 66 0 35 352 53 61
Binary 1001000 1010011 10110100 111100 110110 0 11101 11101010 101011 110001

Color Harmonies of #4853B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4853B4

Black with #4853B4

Text Example


Text Example

White with #4853B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4853B4; }

 p { color: rgb(72,83,180); }

 H1.HeaderClassName
 {
   color: #4853B4;
 }
 .AnyTagClassName
 {
   color: #4853B4;
 }
</style>

background-color css

<style>
 a { background-color: #4853B4; }

 a { background-color: rgb(72,83,180); }

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

border-color css

<style>
 span { border-color: #4853B4; }

 span { border-color: rgb(72,83,180); }

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