Html Css Color HEX #4B5CBA Free Speech Blue

📋 copy color: '#4B5CBA'

red 75 ◦ green 92 ◦ blue 186

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

Shades of Free Speech Blue #4B5CBA

Tints of Free Speech Blue #4B5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 21.25%
G = 26.06%
B = 52.69%

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

#4B5CBA (or 0x4B5CBA) is known color: Free Speech Blue. HEX triplet: 4B, 5C and BA. RGB value is (75,92,186). Sum of RGB (Red+Green+Blue) = 75+92+186=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B5CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5CBA is #B4A345. Grayscale: #616161. Windows color (decimal): -11838278 or 12213323. OLE color: 12213323.

HSL color Cylindrical-coordinate representation of color #4B5CBA: hue angle of 230.81º 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 #4B5CBA is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 92 186 -
CMYK 0.60 0.51 0 0.27
HSL 230.81º 0.45% 0.51% -
HSV(B) 230.81º 0.6% 0.73% -
XYZ 15.59 12.7 48.08 -
YUV 97.63 177.87 111.86 -
System Red Green Blue C M Y K H S L
Decimal 75 92 186 0.60 0.51 0 0.27 230.81 0.45 0.51
Hex 4B 5C BA 3C 33 0 1B E7 2D 33
Octal 113 134 272 74 63 0 33 347 55 63
Binary 1001011 1011100 10111010 111100 110011 0 11011 11100111 101101 110011

Color Harmonies of #4B5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5CBA

Black with #4B5CBA

Text Example


Text Example

White with #4B5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,92,186); }

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

background-color css

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

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

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

border-color css

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

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

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