Html Css Color HEX #4A4CBB Free Speech Blue

📋 copy color: '#4A4CBB'

red 74 ◦ green 76 ◦ blue 187

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

Shades of Free Speech Blue #4A4CBB

Tints of Free Speech Blue #4A4CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.49%

R = 21.96%
G = 22.55%
B = 55.49%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A4CBB (or 0x4A4CBB) is known color: Free Speech Blue. HEX triplet: 4A, 4C and BB. RGB value is (74,76,187). Sum of RGB (Red+Green+Blue) = 74+76+187=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A4CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A4CBB is #B5B344. Grayscale: #575757. Windows color (decimal): -11907909 or 12274762. OLE color: 12274762.

HSL color Cylindrical-coordinate representation of color #4A4CBB: hue angle of 238.94º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A4CBB is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 76 187 -
CMYK 0.60 0.59 0 0.27
HSL 238.94º 0.45% 0.51% -
HSV(B) 238.94º 0.6% 0.73% -
XYZ 14.38 10.21 48.23 -
YUV 88.06 183.84 117.97 -
System Red Green Blue C M Y K H S L
Decimal 74 76 187 0.60 0.59 0 0.27 238.94 0.45 0.51
Hex 4A 4C BB 3C 3B 0 1B EF 2D 33
Octal 112 114 273 74 73 0 33 357 55 63
Binary 1001010 1001100 10111011 111100 111011 0 11011 11101111 101101 110011

Color Harmonies of #4A4CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4CBB

Black with #4A4CBB

Text Example


Text Example

White with #4A4CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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