Html Css Color HEX #4748DB Free Speech Blue

📋 copy color: '#4748DB'

red 71 ◦ green 72 ◦ blue 219

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

Shades of Free Speech Blue #4748DB

Tints of Free Speech Blue #4748DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.5%

R = 19.61%
G = 19.89%
B = 60.5%

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

#4748DB (or 0x4748DB) is known color: Free Speech Blue. HEX triplet: 47, 48 and DB. RGB value is (71,72,219). Sum of RGB (Red+Green+Blue) = 71+72+219=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #4748DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4748DB is #B8B724. Grayscale: #575757. Windows color (decimal): -12105509 or 14370887. OLE color: 14370887.

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

Color convert

RGB 71 72 219 -
CMYK 0.68 0.67 0 0.14
HSL 239.59º 0.67% 0.57% -
HSV(B) 239.59º 0.68% 0.86% -
XYZ 17.7 11.09 68.23 -
YUV 88.46 201.67 115.55 -
System Red Green Blue C M Y K H S L
Decimal 71 72 219 0.68 0.67 0 0.14 239.59 0.67 0.57
Hex 47 48 DB 44 43 0 E F0 43 39
Octal 107 110 333 104 103 0 16 360 103 71
Binary 1000111 1001000 11011011 1000100 1000011 0 1110 11110000 1000011 111001

Color Harmonies of #4748DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4748DB

Black with #4748DB

Text Example


Text Example

White with #4748DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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