Html Css Color HEX #4A3DDB Free Speech Blue

📋 copy color: '#4A3DDB'

red 74 ◦ green 61 ◦ blue 219

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

Shades of Free Speech Blue #4A3DDB

Tints of Free Speech Blue #4A3DDB

RGB

 RED value IS 74 (29.3% from 255) = 20.9%

 GREEN value IS 61 (24.22% from 255) = 17.23%

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

R = 20.9%
G = 17.23%
B = 61.86%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A3DDB (or 0x4A3DDB) is known color: Free Speech Blue. HEX triplet: 4A, 3D and DB. RGB value is (74,61,219). Sum of RGB (Red+Green+Blue) = 74+61+219=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A3DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3DDB is #B5C224. Grayscale: #525252. Windows color (decimal): -11911717 or 14368074. OLE color: 14368074.

HSL color Cylindrical-coordinate representation of color #4A3DDB: hue angle of 244.94º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A3DDB is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 61 219 -
CMYK 0.66 0.72 0 0.14
HSL 244.94º 0.69% 0.55% -
HSV(B) 244.94º 0.72% 0.86% -
XYZ 17.28 9.91 68.02 -
YUV 82.9 204.81 121.65 -
System Red Green Blue C M Y K H S L
Decimal 74 61 219 0.66 0.72 0 0.14 244.94 0.69 0.55
Hex 4A 3D DB 42 48 0 E F5 45 37
Octal 112 75 333 102 110 0 16 365 105 67
Binary 1001010 111101 11011011 1000010 1001000 0 1110 11110101 1000101 110111

Color Harmonies of #4A3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3DDB

Black with #4A3DDB

Text Example


Text Example

White with #4A3DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3DDB; }

 p { color: rgb(74,61,219); }

 H1.HeaderClassName
 {
   color: #4A3DDB;
 }
 .AnyTagClassName
 {
   color: #4A3DDB;
 }
</style>

background-color css

<style>
 a { background-color: #4A3DDB; }

 a { background-color: rgb(74,61,219); }

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

border-color css

<style>
 span { border-color: #4A3DDB; }

 span { border-color: rgb(74,61,219); }

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