Html Css Color HEX #4A4CCE Free Speech Blue

📋 copy color: '#4A4CCE'

red 74 ◦ green 76 ◦ blue 206

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

Shades of Free Speech Blue #4A4CCE

Tints of Free Speech Blue #4A4CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.35%

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

R = 20.79%
G = 21.35%
B = 57.87%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A4CCE (or 0x4A4CCE) is known color: Free Speech Blue. HEX triplet: 4A, 4C and CE. RGB value is (74,76,206). Sum of RGB (Red+Green+Blue) = 74+76+206=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A4CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A4CCE is #B5B331. Grayscale: #595959. Windows color (decimal): -11907890 or 13519946. OLE color: 13519946.

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

Color convert

RGB 74 76 206 -
CMYK 0.64 0.63 0 0.19
HSL 239.09º 0.57% 0.55% -
HSV(B) 239.09º 0.64% 0.81% -
XYZ 16.55 11.08 59.66 -
YUV 90.22 193.34 116.43 -
System Red Green Blue C M Y K H S L
Decimal 74 76 206 0.64 0.63 0 0.19 239.09 0.57 0.55
Hex 4A 4C CE 40 3F 0 13 EF 39 37
Octal 112 114 316 100 77 0 23 357 71 67
Binary 1001010 1001100 11001110 1000000 111111 0 10011 11101111 111001 110111

Color Harmonies of #4A4CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4CCE

Black with #4A4CCE

Text Example


Text Example

White with #4A4CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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