Html Css Color HEX #4A53CC Free Speech Blue

📋 copy color: '#4A53CC'

red 74 ◦ green 83 ◦ blue 204

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

Shades of Free Speech Blue #4A53CC

Tints of Free Speech Blue #4A53CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.99%

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

R = 20.5%
G = 22.99%
B = 56.51%

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

#4A53CC (or 0x4A53CC) is known color: Free Speech Blue. HEX triplet: 4A, 53 and CC. RGB value is (74,83,204). Sum of RGB (Red+Green+Blue) = 74+83+204=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A53CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A53CC is #B5AC33. Grayscale: #5D5D5D. Windows color (decimal): -11906100 or 13390666. OLE color: 13390666.

HSL color Cylindrical-coordinate representation of color #4A53CC: hue angle of 235.85º 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 #4A53CC is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 83 204 -
CMYK 0.64 0.59 0 0.2
HSL 235.85º 0.56% 0.55% -
HSV(B) 235.85º 0.64% 0.8% -
XYZ 16.82 12 58.56 -
YUV 94.1 190.02 113.66 -
System Red Green Blue C M Y K H S L
Decimal 74 83 204 0.64 0.59 0 0.2 235.85 0.56 0.55
Hex 4A 53 CC 40 3B 0 14 EC 38 37
Octal 112 123 314 100 73 0 24 354 70 67
Binary 1001010 1010011 11001100 1000000 111011 0 10100 11101100 111000 110111

Color Harmonies of #4A53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A53CC

Black with #4A53CC

Text Example


Text Example

White with #4A53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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