Html Css Color HEX #4842D0 Free Speech Blue

📋 copy color: '#4842D0'

red 72 ◦ green 66 ◦ blue 208

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

Shades of Free Speech Blue #4842D0

Tints of Free Speech Blue #4842D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 60.12%

R = 20.81%
G = 19.08%
B = 60.12%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4842D0 (or 0x4842D0) is known color: Free Speech Blue. HEX triplet: 48, 42 and D0. RGB value is (72,66,208). Sum of RGB (Red+Green+Blue) = 72+66+208=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 208 (81.64% from 255 or 60.12% from 346); Max value from RGB is 208 - color contains mainly: blue. Hex color #4842D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4842D0 is #B7BD2F. Grayscale: #535353. Windows color (decimal): -12041520 or 13648456. OLE color: 13648456.

HSL color Cylindrical-coordinate representation of color #4842D0: hue angle of 242.54º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4842D0 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 66 208 -
CMYK 0.65 0.68 0 0.18
HSL 242.54º 0.6% 0.54% -
HSV(B) 242.54º 0.68% 0.82% -
XYZ 16.01 9.83 60.73 -
YUV 83.98 197.99 119.45 -
System Red Green Blue C M Y K H S L
Decimal 72 66 208 0.65 0.68 0 0.18 242.54 0.6 0.54
Hex 48 42 D0 41 44 0 12 F3 3C 36
Octal 110 102 320 101 104 0 22 363 74 66
Binary 1001000 1000010 11010000 1000001 1000100 0 10010 11110011 111100 110110

Color Harmonies of #4842D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4842D0

Black with #4842D0

Text Example


Text Example

White with #4842D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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