Html Css Color HEX #4850D6 Free Speech Blue

📋 copy color: '#4850D6'

red 72 ◦ green 80 ◦ blue 214

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

Shades of Free Speech Blue #4850D6

Tints of Free Speech Blue #4850D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 58.47%

R = 19.67%
G = 21.86%
B = 58.47%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4850D6 (or 0x4850D6) is known color: Free Speech Blue. HEX triplet: 48, 50 and D6. RGB value is (72,80,214). Sum of RGB (Red+Green+Blue) = 72+80+214=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 214 (83.98% from 255 or 58.47% from 366); Max value from RGB is 214 - color contains mainly: blue. Hex color #4850D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4850D6 is #B7AF29. Grayscale: #5C5C5C. Windows color (decimal): -12037930 or 14045256. OLE color: 14045256.

HSL color Cylindrical-coordinate representation of color #4850D6: hue angle of 236.62º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4850D6 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 80 214 -
CMYK 0.66 0.63 0 0.16
HSL 236.62º 0.63% 0.56% -
HSV(B) 236.62º 0.66% 0.84% -
XYZ 17.68 11.97 65 -
YUV 92.88 196.35 113.1 -
System Red Green Blue C M Y K H S L
Decimal 72 80 214 0.66 0.63 0 0.16 236.62 0.63 0.56
Hex 48 50 D6 42 3F 0 10 ED 3F 38
Octal 110 120 326 102 77 0 20 355 77 70
Binary 1001000 1010000 11010110 1000010 111111 0 10000 11101101 111111 111000

Color Harmonies of #4850D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4850D6

Black with #4850D6

Text Example


Text Example

White with #4850D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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