Html Css Color HEX #4A54C1 Free Speech Blue

📋 copy color: '#4A54C1'

red 74 ◦ green 84 ◦ blue 193

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

Shades of Free Speech Blue #4A54C1

Tints of Free Speech Blue #4A54C1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.93%

 BLUE value IS 193 (75.78% from 255) = 54.99%

R = 21.08%
G = 23.93%
B = 54.99%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4A54C1 (or 0x4A54C1) is known color: Free Speech Blue. HEX triplet: 4A, 54 and C1. RGB value is (74,84,193). Sum of RGB (Red+Green+Blue) = 74+84+193=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #4A54C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A54C1 is #B5AB3E. Grayscale: #5C5C5C. Windows color (decimal): -11905855 or 12670026. OLE color: 12670026.

HSL color Cylindrical-coordinate representation of color #4A54C1: hue angle of 234.96º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A54C1 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 84 193 -
CMYK 0.62 0.56 0 0.24
HSL 234.96º 0.49% 0.52% -
HSV(B) 234.96º 0.62% 0.76% -
XYZ 15.62 11.65 51.88 -
YUV 93.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 74 84 193 0.62 0.56 0 0.24 234.96 0.49 0.52
Hex 4A 54 C1 3E 38 0 18 EB 31 34
Octal 112 124 301 76 70 0 30 353 61 64
Binary 1001010 1010100 11000001 111110 111000 0 11000 11101011 110001 110100

Color Harmonies of #4A54C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A54C1

Black with #4A54C1

Text Example


Text Example

White with #4A54C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,84,193); }

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

background-color css

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

 a { background-color: rgb(74,84,193); }

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

border-color css

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

 span { border-color: rgb(74,84,193); }

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