Html Css Color HEX #4B5DBB Free Speech Blue

📋 copy color: '#4B5DBB'

red 75 ◦ green 93 ◦ blue 187

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

Shades of Free Speech Blue #4B5DBB

Tints of Free Speech Blue #4B5DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.2%

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

R = 21.13%
G = 26.2%
B = 52.68%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B5DBB (or 0x4B5DBB) is known color: Free Speech Blue. HEX triplet: 4B, 5D and BB. RGB value is (75,93,187). Sum of RGB (Red+Green+Blue) = 75+93+187=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B5DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5DBB is #B4A244. Grayscale: #616161. Windows color (decimal): -11838021 or 12279115. OLE color: 12279115.

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

Color convert

RGB 75 93 187 -
CMYK 0.60 0.50 0 0.27
HSL 230.36º 0.45% 0.51% -
HSV(B) 230.36º 0.6% 0.73% -
XYZ 15.79 12.91 48.67 -
YUV 98.33 178.04 111.36 -
System Red Green Blue C M Y K H S L
Decimal 75 93 187 0.60 0.50 0 0.27 230.36 0.45 0.51
Hex 4B 5D BB 3C 32 0 1B E6 2D 33
Octal 113 135 273 74 62 0 33 346 55 63
Binary 1001011 1011101 10111011 111100 110010 0 11011 11100110 101101 110011

Color Harmonies of #4B5DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5DBB

Black with #4B5DBB

Text Example


Text Example

White with #4B5DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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