Html Css Color HEX #4754DC Free Speech Blue

📋 copy color: '#4754DC'

red 71 ◦ green 84 ◦ blue 220

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

Shades of Free Speech Blue #4754DC

Tints of Free Speech Blue #4754DC

RGB

 RED value IS 71 (28.13% from 255) = 18.93%

 GREEN value IS 84 (33.2% from 255) = 22.4%

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

R = 18.93%
G = 22.4%
B = 58.67%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4754DC (or 0x4754DC) is known color: Free Speech Blue. HEX triplet: 47, 54 and DC. RGB value is (71,84,220). Sum of RGB (Red+Green+Blue) = 71+84+220=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #4754DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4754DC is #B8AB23. Grayscale: #5F5F5F. Windows color (decimal): -12102436 or 14439495. OLE color: 14439495.

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

Color convert

RGB 71 84 220 -
CMYK 0.68 0.62 0 0.14
HSL 234.77º 0.68% 0.57% -
HSV(B) 234.77º 0.68% 0.86% -
XYZ 18.69 12.85 69.21 -
YUV 95.62 198.19 110.44 -
System Red Green Blue C M Y K H S L
Decimal 71 84 220 0.68 0.62 0 0.14 234.77 0.68 0.57
Hex 47 54 DC 44 3E 0 E EB 44 39
Octal 107 124 334 104 76 0 16 353 104 71
Binary 1000111 1010100 11011100 1000100 111110 0 1110 11101011 1000100 111001

Color Harmonies of #4754DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4754DC

Black with #4754DC

Text Example


Text Example

White with #4754DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,84,220); }

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

background-color css

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

 a { background-color: rgb(71,84,220); }

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

border-color css

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

 span { border-color: rgb(71,84,220); }

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