Html Css Color HEX #4B48BE Free Speech Blue

📋 copy color: '#4B48BE'

red 75 ◦ green 72 ◦ blue 190

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

Shades of Free Speech Blue #4B48BE

Tints of Free Speech Blue #4B48BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.36%

 BLUE value IS 190 (74.61% from 255) = 56.38%

R = 22.26%
G = 21.36%
B = 56.38%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4B48BE (or 0x4B48BE) is known color: Free Speech Blue. HEX triplet: 4B, 48 and BE. RGB value is (75,72,190). Sum of RGB (Red+Green+Blue) = 75+72+190=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B48BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B48BE is #B4B741. Grayscale: #555555. Windows color (decimal): -11843394 or 12470347. OLE color: 12470347.

HSL color Cylindrical-coordinate representation of color #4B48BE: hue angle of 241.53º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B48BE is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 72 190 -
CMYK 0.61 0.62 0 0.25
HSL 241.53º 0.48% 0.51% -
HSV(B) 241.53º 0.62% 0.75% -
XYZ 14.51 9.85 49.85 -
YUV 86.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 75 72 190 0.61 0.62 0 0.25 241.53 0.48 0.51
Hex 4B 48 BE 3D 3E 0 19 F2 30 33
Octal 113 110 276 75 76 0 31 362 60 63
Binary 1001011 1001000 10111110 111101 111110 0 11001 11110010 110000 110011

Color Harmonies of #4B48BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B48BE

Black with #4B48BE

Text Example


Text Example

White with #4B48BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,72,190); }

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

background-color css

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

 a { background-color: rgb(75,72,190); }

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

border-color css

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

 span { border-color: rgb(75,72,190); }

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