Html Css Color HEX #4A4BDC Free Speech Blue

📋 copy color: '#4A4BDC'

red 74 ◦ green 75 ◦ blue 220

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

Shades of Free Speech Blue #4A4BDC

Tints of Free Speech Blue #4A4BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.33%

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 20.05%
G = 20.33%
B = 59.62%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A4BDC (or 0x4A4BDC) is known color: Free Speech Blue. HEX triplet: 4A, 4B and DC. RGB value is (74,75,220). Sum of RGB (Red+Green+Blue) = 74+75+220=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A4BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A4BDC is #B5B423. Grayscale: #5A5A5A. Windows color (decimal): -11908132 or 14437194. OLE color: 14437194.

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

Color convert

RGB 74 75 220 -
CMYK 0.66 0.66 0 0.14
HSL 239.59º 0.68% 0.58% -
HSV(B) 239.59º 0.66% 0.86% -
XYZ 18.26 11.66 69 -
YUV 91.23 200.67 115.71 -
System Red Green Blue C M Y K H S L
Decimal 74 75 220 0.66 0.66 0 0.14 239.59 0.68 0.58
Hex 4A 4B DC 42 42 0 E F0 44 3A
Octal 112 113 334 102 102 0 16 360 104 72
Binary 1001010 1001011 11011100 1000010 1000010 0 1110 11110000 1000100 111010

Color Harmonies of #4A4BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4BDC

Black with #4A4BDC

Text Example


Text Example

White with #4A4BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,75,220); }

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

background-color css

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

 a { background-color: rgb(74,75,220); }

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

border-color css

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

 span { border-color: rgb(74,75,220); }

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