Html Css Color HEX #4F89B3 Steel Blue

📋 copy color: '#4F89B3'

red 79 ◦ green 137 ◦ blue 179

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

Shades of Steel Blue #4F89B3

Tints of Steel Blue #4F89B3

RGB

 RED value IS 79 (31.25% from 255) = 20%

 GREEN value IS 137 (53.91% from 255) = 34.68%

 BLUE value IS 179 (70.31% from 255) = 45.32%

R = 20%
G = 34.68%
B = 45.32%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4F89B3 (or 0x4F89B3) is known color: Steel Blue. HEX triplet: 4F, 89 and B3. RGB value is (79,137,179). Sum of RGB (Red+Green+Blue) = 79+137+179=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F89B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F89B3 is #B0764C. Grayscale: #7C7C7C. Windows color (decimal): -11564621 or 11766095. OLE color: 11766095.

HSL color Cylindrical-coordinate representation of color #4F89B3: hue angle of 205.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F89B3 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 79 137 179 -
CMYK 0.56 0.23 0 0.30
HSL 205.2º 0.4% 0.51% -
HSV(B) 205.2º 0.56% 0.7% -
XYZ 20.31 22.81 45.98 -
YUV 124.45 158.78 95.58 -
System Red Green Blue C M Y K H S L
Decimal 79 137 179 0.56 0.23 0 0.30 205.2 0.4 0.51
Hex 4F 89 B3 38 17 0 1E CD 28 33
Octal 117 211 263 70 27 0 36 315 50 63
Binary 1001111 10001001 10110011 111000 10111 0 11110 11001101 101000 110011

Color Harmonies of #4F89B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F89B3

Black with #4F89B3

Text Example


Text Example

White with #4F89B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,137,179); }

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

background-color css

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

 a { background-color: rgb(79,137,179); }

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

border-color css

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

 span { border-color: rgb(79,137,179); }

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