Html Css Color HEX #4953BE Free Speech Blue

📋 copy color: '#4953BE'

red 73 ◦ green 83 ◦ blue 190

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

Shades of Free Speech Blue #4953BE

Tints of Free Speech Blue #4953BE

RGB

 RED value IS 73 (28.91% from 255) = 21.1%

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

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 21.1%
G = 23.99%
B = 54.91%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4953BE (or 0x4953BE) is known color: Free Speech Blue. HEX triplet: 49, 53 and BE. RGB value is (73,83,190). Sum of RGB (Red+Green+Blue) = 73+83+190=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #4953BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4953BE is #B6AC41. Grayscale: #5B5B5B. Windows color (decimal): -11971650 or 12473161. OLE color: 12473161.

HSL color Cylindrical-coordinate representation of color #4953BE: hue angle of 234.87º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4953BE is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 83 190 -
CMYK 0.62 0.56 0 0.25
HSL 234.87º 0.47% 0.52% -
HSV(B) 234.87º 0.62% 0.75% -
XYZ 15.14 11.32 50.1 -
YUV 92.21 183.19 114.3 -
System Red Green Blue C M Y K H S L
Decimal 73 83 190 0.62 0.56 0 0.25 234.87 0.47 0.52
Hex 49 53 BE 3E 38 0 19 EB 2F 34
Octal 111 123 276 76 70 0 31 353 57 64
Binary 1001001 1010011 10111110 111110 111000 0 11001 11101011 101111 110100

Color Harmonies of #4953BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4953BE

Black with #4953BE

Text Example


Text Example

White with #4953BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4953BE; }

 p { color: rgb(73,83,190); }

 H1.HeaderClassName
 {
   color: #4953BE;
 }
 .AnyTagClassName
 {
   color: #4953BE;
 }
</style>

background-color css

<style>
 a { background-color: #4953BE; }

 a { background-color: rgb(73,83,190); }

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

border-color css

<style>
 span { border-color: #4953BE; }

 span { border-color: rgb(73,83,190); }

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