Html Css Color HEX #4A54CC Free Speech Blue

📋 copy color: '#4A54CC'

red 74 ◦ green 84 ◦ blue 204

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

Shades of Free Speech Blue #4A54CC

Tints of Free Speech Blue #4A54CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.35%

R = 20.44%
G = 23.2%
B = 56.35%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4A54CC (or 0x4A54CC) is known color: Free Speech Blue. HEX triplet: 4A, 54 and CC. RGB value is (74,84,204). Sum of RGB (Red+Green+Blue) = 74+84+204=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A54CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A54CC is #B5AB33. Grayscale: #5E5E5E. Windows color (decimal): -11905844 or 13390922. OLE color: 13390922.

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

Color convert

RGB 74 84 204 -
CMYK 0.64 0.59 0 0.2
HSL 235.38º 0.56% 0.55% -
HSV(B) 235.38º 0.64% 0.8% -
XYZ 16.89 12.16 58.58 -
YUV 94.69 189.69 113.24 -
System Red Green Blue C M Y K H S L
Decimal 74 84 204 0.64 0.59 0 0.2 235.38 0.56 0.55
Hex 4A 54 CC 40 3B 0 14 EB 38 37
Octal 112 124 314 100 73 0 24 353 70 67
Binary 1001010 1010100 11001100 1000000 111011 0 10100 11101011 111000 110111

Color Harmonies of #4A54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A54CC

Black with #4A54CC

Text Example


Text Example

White with #4A54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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