Html Css Color HEX #4951DC Free Speech Blue

📋 copy color: '#4951DC'

red 73 ◦ green 81 ◦ blue 220

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

Shades of Free Speech Blue #4951DC

Tints of Free Speech Blue #4951DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.66%

 BLUE value IS 220 (86.33% from 255) = 58.82%

R = 19.52%
G = 21.66%
B = 58.82%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4951DC (or 0x4951DC) is known color: Free Speech Blue. HEX triplet: 49, 51 and DC. RGB value is (73,81,220). Sum of RGB (Red+Green+Blue) = 73+81+220=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #4951DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4951DC is #B6AE23. Grayscale: #5D5D5D. Windows color (decimal): -11972132 or 14438729. OLE color: 14438729.

HSL color Cylindrical-coordinate representation of color #4951DC: hue angle of 236.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4951DC is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 81 220 -
CMYK 0.67 0.63 0 0.14
HSL 236.73º 0.68% 0.57% -
HSV(B) 236.73º 0.67% 0.86% -
XYZ 18.61 12.47 69.14 -
YUV 94.45 198.85 112.7 -
System Red Green Blue C M Y K H S L
Decimal 73 81 220 0.67 0.63 0 0.14 236.73 0.68 0.57
Hex 49 51 DC 43 3F 0 E ED 44 39
Octal 111 121 334 103 77 0 16 355 104 71
Binary 1001001 1010001 11011100 1000011 111111 0 1110 11101101 1000100 111001

Color Harmonies of #4951DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4951DC

Black with #4951DC

Text Example


Text Example

White with #4951DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4951DC; }

 p { color: rgb(73,81,220); }

 H1.HeaderClassName
 {
   color: #4951DC;
 }
 .AnyTagClassName
 {
   color: #4951DC;
 }
</style>

background-color css

<style>
 a { background-color: #4951DC; }

 a { background-color: rgb(73,81,220); }

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

border-color css

<style>
 span { border-color: #4951DC; }

 span { border-color: rgb(73,81,220); }

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