Html Css Color HEX #4752DC Free Speech Blue

📋 copy color: '#4752DC'

red 71 ◦ green 82 ◦ blue 220

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

Shades of Free Speech Blue #4752DC

Tints of Free Speech Blue #4752DC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.98%

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

R = 19.03%
G = 21.98%
B = 58.98%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4752DC (or 0x4752DC) is known color: Free Speech Blue. HEX triplet: 47, 52 and DC. RGB value is (71,82,220). Sum of RGB (Red+Green+Blue) = 71+82+220=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #4752DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4752DC is #B8AD23. Grayscale: #5D5D5D. Windows color (decimal): -12102948 or 14438983. OLE color: 14438983.

HSL color Cylindrical-coordinate representation of color #4752DC: hue angle of 235.57º 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 #4752DC is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 82 220 -
CMYK 0.68 0.63 0 0.14
HSL 235.57º 0.68% 0.57% -
HSV(B) 235.57º 0.68% 0.86% -
XYZ 18.53 12.54 69.15 -
YUV 94.44 198.86 111.28 -
System Red Green Blue C M Y K H S L
Decimal 71 82 220 0.68 0.63 0 0.14 235.57 0.68 0.57
Hex 47 52 DC 44 3F 0 E EC 44 39
Octal 107 122 334 104 77 0 16 354 104 71
Binary 1000111 1010010 11011100 1000100 111111 0 1110 11101100 1000100 111001

Color Harmonies of #4752DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4752DC

Black with #4752DC

Text Example


Text Example

White with #4752DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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