Html Css Color HEX #4842DB Free Speech Blue

📋 copy color: '#4842DB'

red 72 ◦ green 66 ◦ blue 219

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

Shades of Free Speech Blue #4842DB

Tints of Free Speech Blue #4842DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.34%

R = 20.17%
G = 18.49%
B = 61.34%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4842DB (or 0x4842DB) is known color: Free Speech Blue. HEX triplet: 48, 42 and DB. RGB value is (72,66,219). Sum of RGB (Red+Green+Blue) = 72+66+219=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #4842DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4842DB is #B7BD24. Grayscale: #545454. Windows color (decimal): -12041509 or 14369352. OLE color: 14369352.

HSL color Cylindrical-coordinate representation of color #4842DB: hue angle of 242.35º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4842DB is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 66 219 -
CMYK 0.67 0.70 0 0.14
HSL 242.35º 0.68% 0.56% -
HSV(B) 242.35º 0.7% 0.86% -
XYZ 17.41 10.39 68.11 -
YUV 85.24 203.49 118.56 -
System Red Green Blue C M Y K H S L
Decimal 72 66 219 0.67 0.70 0 0.14 242.35 0.68 0.56
Hex 48 42 DB 43 46 0 E F2 44 38
Octal 110 102 333 103 106 0 16 362 104 70
Binary 1001000 1000010 11011011 1000011 1000110 0 1110 11110010 1000100 111000

Color Harmonies of #4842DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4842DB

Black with #4842DB

Text Example


Text Example

White with #4842DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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