Html Css Color HEX #4B4EBB Free Speech Blue

📋 copy color: '#4B4EBB'

red 75 ◦ green 78 ◦ blue 187

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

Shades of Free Speech Blue #4B4EBB

Tints of Free Speech Blue #4B4EBB

RGB

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

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

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

R = 22.06%
G = 22.94%
B = 55%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B4EBB (or 0x4B4EBB) is known color: Free Speech Blue. HEX triplet: 4B, 4E and BB. RGB value is (75,78,187). Sum of RGB (Red+Green+Blue) = 75+78+187=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B4EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4EBB is #B4B144. Grayscale: #595959. Windows color (decimal): -11841861 or 12275275. OLE color: 12275275.

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

Color convert

RGB 75 78 187 -
CMYK 0.60 0.58 0 0.27
HSL 238.39º 0.45% 0.51% -
HSV(B) 238.39º 0.6% 0.73% -
XYZ 14.6 10.53 48.28 -
YUV 89.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 75 78 187 0.60 0.58 0 0.27 238.39 0.45 0.51
Hex 4B 4E BB 3C 3A 0 1B EE 2D 33
Octal 113 116 273 74 72 0 33 356 55 63
Binary 1001011 1001110 10111011 111100 111010 0 11011 11101110 101101 110011

Color Harmonies of #4B4EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4EBB

Black with #4B4EBB

Text Example


Text Example

White with #4B4EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,78,187); }

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

background-color css

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

 a { background-color: rgb(75,78,187); }

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

border-color css

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

 span { border-color: rgb(75,78,187); }

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