Html Css Color HEX #4854DB Free Speech Blue

📋 copy color: '#4854DB'

red 72 ◦ green 84 ◦ blue 219

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

Shades of Free Speech Blue #4854DB

Tints of Free Speech Blue #4854DB

RGB

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

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

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

R = 19.2%
G = 22.4%
B = 58.4%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4854DB (or 0x4854DB) is known color: Free Speech Blue. HEX triplet: 48, 54 and DB. RGB value is (72,84,219). Sum of RGB (Red+Green+Blue) = 72+84+219=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #4854DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4854DB is #B7AB24. Grayscale: #5F5F5F. Windows color (decimal): -12036901 or 14373960. OLE color: 14373960.

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

Color convert

RGB 72 84 219 -
CMYK 0.67 0.62 0 0.14
HSL 235.1º 0.67% 0.57% -
HSV(B) 235.1º 0.67% 0.86% -
XYZ 18.63 12.83 68.51 -
YUV 95.8 197.52 111.02 -
System Red Green Blue C M Y K H S L
Decimal 72 84 219 0.67 0.62 0 0.14 235.1 0.67 0.57
Hex 48 54 DB 43 3E 0 E EB 43 39
Octal 110 124 333 103 76 0 16 353 103 71
Binary 1001000 1010100 11011011 1000011 111110 0 1110 11101011 1000011 111001

Color Harmonies of #4854DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4854DB

Black with #4854DB

Text Example


Text Example

White with #4854DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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