Html Css Color HEX #4B3ACE Free Speech Blue

📋 copy color: '#4B3ACE'

red 75 ◦ green 58 ◦ blue 206

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

Shades of Free Speech Blue #4B3ACE

Tints of Free Speech Blue #4B3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.11%

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 22.12%
G = 17.11%
B = 60.77%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B3ACE (or 0x4B3ACE) is known color: Free Speech Blue. HEX triplet: 4B, 3A and CE. RGB value is (75,58,206). Sum of RGB (Red+Green+Blue) = 75+58+206=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B3ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3ACE is #B4C531. Grayscale: #4F4F4F. Windows color (decimal): -11846962 or 13515339. OLE color: 13515339.

HSL color Cylindrical-coordinate representation of color #4B3ACE: hue angle of 246.89º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B3ACE is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 58 206 -
CMYK 0.64 0.72 0 0.19
HSL 246.89º 0.6% 0.52% -
HSV(B) 246.89º 0.72% 0.81% -
XYZ 15.56 8.98 59.31 -
YUV 79.96 199.13 124.47 -
System Red Green Blue C M Y K H S L
Decimal 75 58 206 0.64 0.72 0 0.19 246.89 0.6 0.52
Hex 4B 3A CE 40 48 0 13 F7 3C 34
Octal 113 72 316 100 110 0 23 367 74 64
Binary 1001011 111010 11001110 1000000 1001000 0 10011 11110111 111100 110100

Color Harmonies of #4B3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3ACE

Black with #4B3ACE

Text Example


Text Example

White with #4B3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,58,206); }

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

background-color css

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

 a { background-color: rgb(75,58,206); }

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

border-color css

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

 span { border-color: rgb(75,58,206); }

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