Html Css Color HEX #4842BC Free Speech Blue

📋 copy color: '#4842BC'

red 72 ◦ green 66 ◦ blue 188

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

Shades of Free Speech Blue #4842BC

Tints of Free Speech Blue #4842BC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.25%

 BLUE value IS 188 (73.83% from 255) = 57.67%

R = 22.09%
G = 20.25%
B = 57.67%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4842BC (or 0x4842BC) is known color: Free Speech Blue. HEX triplet: 48, 42 and BC. RGB value is (72,66,188). Sum of RGB (Red+Green+Blue) = 72+66+188=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #4842BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4842BC is #B7BD43. Grayscale: #515151. Windows color (decimal): -12041540 or 12337736. OLE color: 12337736.

HSL color Cylindrical-coordinate representation of color #4842BC: hue angle of 242.95º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4842BC is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 66 188 -
CMYK 0.62 0.65 0 0.26
HSL 242.95º 0.48% 0.5% -
HSV(B) 242.95º 0.65% 0.74% -
XYZ 13.7 8.9 48.57 -
YUV 81.7 187.99 121.08 -
System Red Green Blue C M Y K H S L
Decimal 72 66 188 0.62 0.65 0 0.26 242.95 0.48 0.5
Hex 48 42 BC 3E 41 0 1A F3 30 32
Octal 110 102 274 76 101 0 32 363 60 62
Binary 1001000 1000010 10111100 111110 1000001 0 11010 11110011 110000 110010

Color Harmonies of #4842BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4842BC

Black with #4842BC

Text Example


Text Example

White with #4842BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4842BC; }

 p { color: rgb(72,66,188); }

 H1.HeaderClassName
 {
   color: #4842BC;
 }
 .AnyTagClassName
 {
   color: #4842BC;
 }
</style>

background-color css

<style>
 a { background-color: #4842BC; }

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

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

border-color css

<style>
 span { border-color: #4842BC; }

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

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