Html Css Color HEX #4A54CE Free Speech Blue

📋 copy color: '#4A54CE'

red 74 ◦ green 84 ◦ blue 206

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

Shades of Free Speech Blue #4A54CE

Tints of Free Speech Blue #4A54CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 20.33%
G = 23.08%
B = 56.59%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A54CE (or 0x4A54CE) is known color: Free Speech Blue. HEX triplet: 4A, 54 and CE. RGB value is (74,84,206). Sum of RGB (Red+Green+Blue) = 74+84+206=364 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.33% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A54CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A54CE is #B5AB31. Grayscale: #5E5E5E. Windows color (decimal): -11905842 or 13521994. OLE color: 13521994.

HSL color Cylindrical-coordinate representation of color #4A54CE: hue angle of 235.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A54CE is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 84 206 -
CMYK 0.64 0.59 0 0.19
HSL 235.45º 0.57% 0.55% -
HSV(B) 235.45º 0.64% 0.81% -
XYZ 17.13 12.25 59.85 -
YUV 94.92 190.69 113.08 -
System Red Green Blue C M Y K H S L
Decimal 74 84 206 0.64 0.59 0 0.19 235.45 0.57 0.55
Hex 4A 54 CE 40 3B 0 13 EB 39 37
Octal 112 124 316 100 73 0 23 353 71 67
Binary 1001010 1010100 11001110 1000000 111011 0 10011 11101011 111001 110111

Color Harmonies of #4A54CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A54CE

Black with #4A54CE

Text Example


Text Example

White with #4A54CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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