Html Css Color HEX #4848CE Free Speech Blue

📋 copy color: '#4848CE'

red 72 ◦ green 72 ◦ blue 206

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

Shades of Free Speech Blue #4848CE

Tints of Free Speech Blue #4848CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 20.57%
G = 20.57%
B = 58.86%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4848CE (or 0x4848CE) is known color: Free Speech Blue. HEX triplet: 48, 48 and CE. RGB value is (72,72,206). Sum of RGB (Red+Green+Blue) = 72+72+206=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #4848CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4848CE is #B7B731. Grayscale: #565656. Windows color (decimal): -12039986 or 13518920. OLE color: 13518920.

HSL color Cylindrical-coordinate representation of color #4848CE: hue angle of 240º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4848CE is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 72 206 -
CMYK 0.65 0.65 0 0.19
HSL 240º 0.58% 0.55% -
HSV(B) 240º 0.65% 0.81% -
XYZ 16.13 10.47 59.56 -
YUV 87.28 195 117.1 -
System Red Green Blue C M Y K H S L
Decimal 72 72 206 0.65 0.65 0 0.19 240 0.58 0.55
Hex 48 48 CE 41 41 0 13 F0 3A 37
Octal 110 110 316 101 101 0 23 360 72 67
Binary 1001000 1001000 11001110 1000001 1000001 0 10011 11110000 111010 110111

Color Harmonies of #4848CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4848CE

Black with #4848CE

Text Example


Text Example

White with #4848CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4848CE; }

 p { color: rgb(72,72,206); }

 H1.HeaderClassName
 {
   color: #4848CE;
 }
 .AnyTagClassName
 {
   color: #4848CE;
 }
</style>

background-color css

<style>
 a { background-color: #4848CE; }

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

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

border-color css

<style>
 span { border-color: #4848CE; }

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

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