Html Css Color HEX #4748DC Free Speech Blue

📋 copy color: '#4748DC'

red 71 ◦ green 72 ◦ blue 220

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

Shades of Free Speech Blue #4748DC

Tints of Free Speech Blue #4748DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

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

R = 19.56%
G = 19.83%
B = 60.61%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4748DC (or 0x4748DC) is known color: Free Speech Blue. HEX triplet: 47, 48 and DC. RGB value is (71,72,220). Sum of RGB (Red+Green+Blue) = 71+72+220=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #4748DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4748DC is #B8B723. Grayscale: #575757. Windows color (decimal): -12105508 or 14436423. OLE color: 14436423.

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

Color convert

RGB 71 72 220 -
CMYK 0.68 0.67 0 0.14
HSL 239.6º 0.68% 0.57% -
HSV(B) 239.6º 0.68% 0.86% -
XYZ 17.83 11.14 68.92 -
YUV 88.57 202.17 115.47 -
System Red Green Blue C M Y K H S L
Decimal 71 72 220 0.68 0.67 0 0.14 239.6 0.68 0.57
Hex 47 48 DC 44 43 0 E F0 44 39
Octal 107 110 334 104 103 0 16 360 104 71
Binary 1000111 1001000 11011100 1000100 1000011 0 1110 11110000 1000100 111001

Color Harmonies of #4748DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4748DC

Black with #4748DC

Text Example


Text Example

White with #4748DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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