Html Css Color HEX #4B83BD Steel Blue

📋 copy color: '#4B83BD'

red 75 ◦ green 131 ◦ blue 189

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

Shades of Steel Blue #4B83BD

Tints of Steel Blue #4B83BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 18.99%
G = 33.16%
B = 47.85%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B83BD (or 0x4B83BD) is known color: Steel Blue. HEX triplet: 4B, 83 and BD. RGB value is (75,131,189). Sum of RGB (Red+Green+Blue) = 75+131+189=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B83BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B83BD is #B47C42. Grayscale: #787878. Windows color (decimal): -11828291 or 12419915. OLE color: 12419915.

HSL color Cylindrical-coordinate representation of color #4B83BD: hue angle of 210.53º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B83BD is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 131 189 -
CMYK 0.60 0.31 0 0.26
HSL 210.53º 0.46% 0.52% -
HSV(B) 210.53º 0.6% 0.74% -
XYZ 20.2 21.4 51.21 -
YUV 120.87 166.45 95.28 -
System Red Green Blue C M Y K H S L
Decimal 75 131 189 0.60 0.31 0 0.26 210.53 0.46 0.52
Hex 4B 83 BD 3C 1F 0 1A D3 2E 34
Octal 113 203 275 74 37 0 32 323 56 64
Binary 1001011 10000011 10111101 111100 11111 0 11010 11010011 101110 110100

Color Harmonies of #4B83BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B83BD

Black with #4B83BD

Text Example


Text Example

White with #4B83BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,131,189); }

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

background-color css

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

 a { background-color: rgb(75,131,189); }

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

border-color css

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

 span { border-color: rgb(75,131,189); }

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