Html Css Color HEX #4B5BBB Free Speech Blue

📋 copy color: '#4B5BBB'

red 75 ◦ green 91 ◦ blue 187

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

Shades of Free Speech Blue #4B5BBB

Tints of Free Speech Blue #4B5BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.78%

 BLUE value IS 187 (73.44% from 255) = 52.97%

R = 21.25%
G = 25.78%
B = 52.97%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B5BBB (or 0x4B5BBB) is known color: Free Speech Blue. HEX triplet: 4B, 5B and BB. RGB value is (75,91,187). Sum of RGB (Red+Green+Blue) = 75+91+187=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B5BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5BBB is #B4A444. Grayscale: #606060. Windows color (decimal): -11838533 or 12278603. OLE color: 12278603.

HSL color Cylindrical-coordinate representation of color #4B5BBB: hue angle of 231.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B5BBB is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 91 187 -
CMYK 0.60 0.51 0 0.27
HSL 231.43º 0.45% 0.51% -
HSV(B) 231.43º 0.6% 0.73% -
XYZ 15.61 12.57 48.62 -
YUV 97.16 178.7 112.19 -
System Red Green Blue C M Y K H S L
Decimal 75 91 187 0.60 0.51 0 0.27 231.43 0.45 0.51
Hex 4B 5B BB 3C 33 0 1B E7 2D 33
Octal 113 133 273 74 63 0 33 347 55 63
Binary 1001011 1011011 10111011 111100 110011 0 11011 11100111 101101 110011

Color Harmonies of #4B5BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5BBB

Black with #4B5BBB

Text Example


Text Example

White with #4B5BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,91,187); }

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

background-color css

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

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

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

border-color css

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

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

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