Html Css Color HEX #4B4EBC Free Speech Blue

📋 copy color: '#4B4EBC'

red 75 ◦ green 78 ◦ blue 188

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

Shades of Free Speech Blue #4B4EBC

Tints of Free Speech Blue #4B4EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.13%

R = 21.99%
G = 22.87%
B = 55.13%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B4EBC (or 0x4B4EBC) is known color: Free Speech Blue. HEX triplet: 4B, 4E and BC. RGB value is (75,78,188). Sum of RGB (Red+Green+Blue) = 75+78+188=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B4EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4EBC is #B4B143. Grayscale: #595959. Windows color (decimal): -11841860 or 12340811. OLE color: 12340811.

HSL color Cylindrical-coordinate representation of color #4B4EBC: hue angle of 238.41º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B4EBC is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 78 188 -
CMYK 0.60 0.59 0 0.26
HSL 238.41º 0.46% 0.52% -
HSV(B) 238.41º 0.6% 0.74% -
XYZ 14.7 10.58 48.84 -
YUV 89.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 75 78 188 0.60 0.59 0 0.26 238.41 0.46 0.52
Hex 4B 4E BC 3C 3B 0 1A EE 2E 34
Octal 113 116 274 74 73 0 32 356 56 64
Binary 1001011 1001110 10111100 111100 111011 0 11010 11101110 101110 110100

Color Harmonies of #4B4EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4EBC

Black with #4B4EBC

Text Example


Text Example

White with #4B4EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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