Html Css Color HEX #4B4BC5 Free Speech Blue

📋 copy color: '#4B4BC5'

red 75 ◦ green 75 ◦ blue 197

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

Shades of Free Speech Blue #4B4BC5

Tints of Free Speech Blue #4B4BC5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.61%

 BLUE value IS 197 (77.34% from 255) = 56.77%

R = 21.61%
G = 21.61%
B = 56.77%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4B4BC5 (or 0x4B4BC5) is known color: Free Speech Blue. HEX triplet: 4B, 4B and C5. RGB value is (75,75,197). Sum of RGB (Red+Green+Blue) = 75+75+197=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 197 (77.34% from 255 or 56.77% from 347); Max value from RGB is 197 - color contains mainly: blue. Hex color #4B4BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4BC5 is #B4B43A. Grayscale: #585858. Windows color (decimal): -11842619 or 12929867. OLE color: 12929867.

HSL color Cylindrical-coordinate representation of color #4B4BC5: hue angle of 240º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B4BC5 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 75 75 197 -
CMYK 0.62 0.62 0 0.23
HSL 240º 0.51% 0.53% -
HSV(B) 240º 0.62% 0.77% -
XYZ 15.5 10.56 54.04 -
YUV 88.91 189 118.08 -
System Red Green Blue C M Y K H S L
Decimal 75 75 197 0.62 0.62 0 0.23 240 0.51 0.53
Hex 4B 4B C5 3E 3E 0 17 F0 33 35
Octal 113 113 305 76 76 0 27 360 63 65
Binary 1001011 1001011 11000101 111110 111110 0 10111 11110000 110011 110101

Color Harmonies of #4B4BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4BC5

Black with #4B4BC5

Text Example


Text Example

White with #4B4BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,75,197); }

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

background-color css

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

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

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

border-color css

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

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

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