Html Css Color HEX #4953DA Free Speech Blue

📋 copy color: '#4953DA'

red 73 ◦ green 83 ◦ blue 218

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

Shades of Free Speech Blue #4953DA

Tints of Free Speech Blue #4953DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.29%

R = 19.52%
G = 22.19%
B = 58.29%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4953DA (or 0x4953DA) is known color: Free Speech Blue. HEX triplet: 49, 53 and DA. RGB value is (73,83,218). Sum of RGB (Red+Green+Blue) = 73+83+218=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #4953DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4953DA is #B6AC25. Grayscale: #5E5E5E. Windows color (decimal): -11971622 or 14308169. OLE color: 14308169.

HSL color Cylindrical-coordinate representation of color #4953DA: hue angle of 235.86º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4953DA is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 83 218 -
CMYK 0.67 0.62 0 0.15
HSL 235.86º 0.66% 0.57% -
HSV(B) 235.86º 0.67% 0.85% -
XYZ 18.5 12.66 67.8 -
YUV 95.4 197.19 112.02 -
System Red Green Blue C M Y K H S L
Decimal 73 83 218 0.67 0.62 0 0.15 235.86 0.66 0.57
Hex 49 53 DA 43 3E 0 F EC 42 39
Octal 111 123 332 103 76 0 17 354 102 71
Binary 1001001 1010011 11011010 1000011 111110 0 1111 11101100 1000010 111001

Color Harmonies of #4953DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4953DA

Black with #4953DA

Text Example


Text Example

White with #4953DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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