Html Css Color HEX #4850DF Free Speech Blue

📋 copy color: '#4850DF'

red 72 ◦ green 80 ◦ blue 223

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

Shades of Free Speech Blue #4850DF

Tints of Free Speech Blue #4850DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.33%

 BLUE value IS 223 (87.5% from 255) = 59.47%

R = 19.2%
G = 21.33%
B = 59.47%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4850DF (or 0x4850DF) is known color: Free Speech Blue. HEX triplet: 48, 50 and DF. RGB value is (72,80,223). Sum of RGB (Red+Green+Blue) = 72+80+223=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #4850DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4850DF is #B7AF20. Grayscale: #5D5D5D. Windows color (decimal): -12037921 or 14635080. OLE color: 14635080.

HSL color Cylindrical-coordinate representation of color #4850DF: hue angle of 236.82º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4850DF is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 80 223 -
CMYK 0.68 0.64 0 0.13
HSL 236.82º 0.7% 0.58% -
HSV(B) 236.82º 0.68% 0.87% -
XYZ 18.86 12.44 71.22 -
YUV 93.91 200.85 112.37 -
System Red Green Blue C M Y K H S L
Decimal 72 80 223 0.68 0.64 0 0.13 236.82 0.7 0.58
Hex 48 50 DF 44 40 0 D ED 46 3A
Octal 110 120 337 104 100 0 15 355 106 72
Binary 1001000 1010000 11011111 1000100 1000000 0 1101 11101101 1000110 111010

Color Harmonies of #4850DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4850DF

Black with #4850DF

Text Example


Text Example

White with #4850DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4850DF; }

 p { color: rgb(72,80,223); }

 H1.HeaderClassName
 {
   color: #4850DF;
 }
 .AnyTagClassName
 {
   color: #4850DF;
 }
</style>

background-color css

<style>
 a { background-color: #4850DF; }

 a { background-color: rgb(72,80,223); }

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

border-color css

<style>
 span { border-color: #4850DF; }

 span { border-color: rgb(72,80,223); }

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