Html Css Color HEX #4B46CB Free Speech Blue

📋 copy color: '#4B46CB'

red 75 ◦ green 70 ◦ blue 203

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

Shades of Free Speech Blue #4B46CB

Tints of Free Speech Blue #4B46CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 203 (79.69% from 255) = 58.33%

R = 21.55%
G = 20.11%
B = 58.33%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B46CB (or 0x4B46CB) is known color: Free Speech Blue. HEX triplet: 4B, 46 and CB. RGB value is (75,70,203). Sum of RGB (Red+Green+Blue) = 75+70+203=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B46CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B46CB is #B4B934. Grayscale: #565656. Windows color (decimal): -11843893 or 13321803. OLE color: 13321803.

HSL color Cylindrical-coordinate representation of color #4B46CB: hue angle of 242.26º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B46CB is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 70 203 -
CMYK 0.63 0.66 0 0.20
HSL 242.26º 0.56% 0.54% -
HSV(B) 242.26º 0.66% 0.8% -
XYZ 15.87 10.19 57.63 -
YUV 86.66 193.66 119.69 -
System Red Green Blue C M Y K H S L
Decimal 75 70 203 0.63 0.66 0 0.20 242.26 0.56 0.54
Hex 4B 46 CB 3F 42 0 14 F2 38 36
Octal 113 106 313 77 102 0 24 362 70 66
Binary 1001011 1000110 11001011 111111 1000010 0 10100 11110010 111000 110110

Color Harmonies of #4B46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B46CB

Black with #4B46CB

Text Example


Text Example

White with #4B46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,70,203); }

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

background-color css

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

 a { background-color: rgb(75,70,203); }

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

border-color css

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

 span { border-color: rgb(75,70,203); }

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