Html Css Color HEX #4B7DBB Steel Blue

📋 copy color: '#4B7DBB'

red 75 ◦ green 125 ◦ blue 187

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

Shades of Steel Blue #4B7DBB

Tints of Steel Blue #4B7DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.3%

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

R = 19.38%
G = 32.3%
B = 48.32%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B7DBB (or 0x4B7DBB) is known color: Steel Blue. HEX triplet: 4B, 7D and BB. RGB value is (75,125,187). Sum of RGB (Red+Green+Blue) = 75+125+187=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B7DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7DBB is #B48244. Grayscale: #747474. Windows color (decimal): -11829829 or 12287307. OLE color: 12287307.

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

Color convert

RGB 75 125 187 -
CMYK 0.60 0.33 0 0.27
HSL 213.21º 0.45% 0.51% -
HSV(B) 213.21º 0.6% 0.73% -
XYZ 19.2 19.75 49.81 -
YUV 117.12 167.44 97.96 -
System Red Green Blue C M Y K H S L
Decimal 75 125 187 0.60 0.33 0 0.27 213.21 0.45 0.51
Hex 4B 7D BB 3C 21 0 1B D5 2D 33
Octal 113 175 273 74 41 0 33 325 55 63
Binary 1001011 1111101 10111011 111100 100001 0 11011 11010101 101101 110011

Color Harmonies of #4B7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7DBB

Black with #4B7DBB

Text Example


Text Example

White with #4B7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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