Html Css Color HEX #4A54DD Free Speech Blue

📋 copy color: '#4A54DD'

red 74 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Blue #4A54DD

Tints of Free Speech Blue #4A54DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.31%

R = 19.53%
G = 22.16%
B = 58.31%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A54DD (or 0x4A54DD) is known color: Free Speech Blue. HEX triplet: 4A, 54 and DD. RGB value is (74,84,221). Sum of RGB (Red+Green+Blue) = 74+84+221=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A54DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A54DD is #B5AB22. Grayscale: #606060. Windows color (decimal): -11905827 or 14505034. OLE color: 14505034.

HSL color Cylindrical-coordinate representation of color #4A54DD: hue angle of 235.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A54DD is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 84 221 -
CMYK 0.67 0.62 0 0.13
HSL 235.92º 0.68% 0.58% -
HSV(B) 235.92º 0.67% 0.87% -
XYZ 19.05 13.02 69.92 -
YUV 96.63 198.19 111.86 -
System Red Green Blue C M Y K H S L
Decimal 74 84 221 0.67 0.62 0 0.13 235.92 0.68 0.58
Hex 4A 54 DD 43 3E 0 D EC 44 3A
Octal 112 124 335 103 76 0 15 354 104 72
Binary 1001010 1010100 11011101 1000011 111110 0 1101 11101100 1000100 111010

Color Harmonies of #4A54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A54DD

Black with #4A54DD

Text Example


Text Example

White with #4A54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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