Html Css Color HEX #4B7BBA Steel Blue

📋 copy color: '#4B7BBA'

red 75 ◦ green 123 ◦ blue 186

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

Shades of Steel Blue #4B7BBA

Tints of Steel Blue #4B7BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

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

R = 19.53%
G = 32.03%
B = 48.44%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B7BBA (or 0x4B7BBA) is known color: Steel Blue. HEX triplet: 4B, 7B and BA. RGB value is (75,123,186). Sum of RGB (Red+Green+Blue) = 75+123+186=384 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.53% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B7BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7BBA is #B48445. Grayscale: #737373. Windows color (decimal): -11830342 or 12221259. OLE color: 12221259.

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

Color convert

RGB 75 123 186 -
CMYK 0.60 0.34 0 0.27
HSL 214.05º 0.45% 0.51% -
HSV(B) 214.05º 0.6% 0.73% -
XYZ 18.85 19.21 49.17 -
YUV 115.83 167.6 98.88 -
System Red Green Blue C M Y K H S L
Decimal 75 123 186 0.60 0.34 0 0.27 214.05 0.45 0.51
Hex 4B 7B BA 3C 22 0 1B D6 2D 33
Octal 113 173 272 74 42 0 33 326 55 63
Binary 1001011 1111011 10111010 111100 100010 0 11011 11010110 101101 110011

Color Harmonies of #4B7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7BBA

Black with #4B7BBA

Text Example


Text Example

White with #4B7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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