Html Css Color HEX #4855DB Free Speech Blue

📋 copy color: '#4855DB'

red 72 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Blue #4855DB

Tints of Free Speech Blue #4855DB

RGB

 RED value IS 72 (28.52% from 255) = 19.15%

 GREEN value IS 85 (33.59% from 255) = 22.61%

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

R = 19.15%
G = 22.61%
B = 58.24%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4855DB (or 0x4855DB) is known color: Free Speech Blue. HEX triplet: 48, 55 and DB. RGB value is (72,85,219). Sum of RGB (Red+Green+Blue) = 72+85+219=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #4855DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4855DB is #B7AA24. Grayscale: #5F5F5F. Windows color (decimal): -12036645 or 14374216. OLE color: 14374216.

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

Color convert

RGB 72 85 219 -
CMYK 0.67 0.61 0 0.14
HSL 234.69º 0.67% 0.57% -
HSV(B) 234.69º 0.67% 0.86% -
XYZ 18.71 12.99 68.54 -
YUV 96.39 197.19 110.6 -
System Red Green Blue C M Y K H S L
Decimal 72 85 219 0.67 0.61 0 0.14 234.69 0.67 0.57
Hex 48 55 DB 43 3D 0 E EB 43 39
Octal 110 125 333 103 75 0 16 353 103 71
Binary 1001000 1010101 11011011 1000011 111101 0 1110 11101011 1000011 111001

Color Harmonies of #4855DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4855DB

Black with #4855DB

Text Example


Text Example

White with #4855DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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