Html Css Color HEX #4B4CBA Free Speech Blue

📋 copy color: '#4B4CBA'

red 75 ◦ green 76 ◦ blue 186

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

Shades of Free Speech Blue #4B4CBA

Tints of Free Speech Blue #4B4CBA

RGB

 RED value IS 75 (29.69% from 255) = 22.26%

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

 BLUE value IS 186 (73.05% from 255) = 55.19%

R = 22.26%
G = 22.55%
B = 55.19%

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

#4B4CBA (or 0x4B4CBA) is known color: Free Speech Blue. HEX triplet: 4B, 4C and BA. RGB value is (75,76,186). Sum of RGB (Red+Green+Blue) = 75+76+186=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B4CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4CBA is #B4B345. Grayscale: #575757. Windows color (decimal): -11842374 or 12209227. OLE color: 12209227.

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

Color convert

RGB 75 76 186 -
CMYK 0.60 0.59 0 0.27
HSL 239.46º 0.45% 0.51% -
HSV(B) 239.46º 0.6% 0.73% -
XYZ 14.35 10.21 47.67 -
YUV 88.24 183.17 118.56 -
System Red Green Blue C M Y K H S L
Decimal 75 76 186 0.60 0.59 0 0.27 239.46 0.45 0.51
Hex 4B 4C BA 3C 3B 0 1B EF 2D 33
Octal 113 114 272 74 73 0 33 357 55 63
Binary 1001011 1001100 10111010 111100 111011 0 11011 11101111 101101 110011

Color Harmonies of #4B4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4CBA

Black with #4B4CBA

Text Example


Text Example

White with #4B4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,76,186); }

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

background-color css

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

 a { background-color: rgb(75,76,186); }

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

border-color css

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

 span { border-color: rgb(75,76,186); }

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