Html Css Color HEX #4A4ECB Free Speech Blue

📋 copy color: '#4A4ECB'

red 74 ◦ green 78 ◦ blue 203

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

Shades of Free Speech Blue #4A4ECB

Tints of Free Speech Blue #4A4ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.97%

 BLUE value IS 203 (79.69% from 255) = 57.18%

R = 20.85%
G = 21.97%
B = 57.18%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A4ECB (or 0x4A4ECB) is known color: Free Speech Blue. HEX triplet: 4A, 4E and CB. RGB value is (74,78,203). Sum of RGB (Red+Green+Blue) = 74+78+203=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A4ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4ECB is #B5B134. Grayscale: #5A5A5A. Windows color (decimal): -11907381 or 13323850. OLE color: 13323850.

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

Color convert

RGB 74 78 203 -
CMYK 0.64 0.62 0 0.20
HSL 238.14º 0.55% 0.54% -
HSV(B) 238.14º 0.64% 0.8% -
XYZ 16.33 11.22 57.8 -
YUV 91.05 191.17 115.84 -
System Red Green Blue C M Y K H S L
Decimal 74 78 203 0.64 0.62 0 0.20 238.14 0.55 0.54
Hex 4A 4E CB 40 3E 0 14 EE 37 36
Octal 112 116 313 100 76 0 24 356 67 66
Binary 1001010 1001110 11001011 1000000 111110 0 10100 11101110 110111 110110

Color Harmonies of #4A4ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4ECB

Black with #4A4ECB

Text Example


Text Example

White with #4A4ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,78,203); }

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

background-color css

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

 a { background-color: rgb(74,78,203); }

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

border-color css

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

 span { border-color: rgb(74,78,203); }

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