Html Css Color HEX #4677BD Steel Blue

📋 copy color: '#4677BD'

red 70 ◦ green 119 ◦ blue 189

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

Shades of Steel Blue #4677BD

Tints of Steel Blue #4677BD

RGB

 RED value IS 70 (27.73% from 255) = 18.52%

 GREEN value IS 119 (46.88% from 255) = 31.48%

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

R = 18.52%
G = 31.48%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4677BD (or 0x4677BD) is known color: Steel Blue. HEX triplet: 46, 77 and BD. RGB value is (70,119,189). Sum of RGB (Red+Green+Blue) = 70+119+189=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #4677BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4677BD is #B98842. Grayscale: #707070. Windows color (decimal): -12159043 or 12416838. OLE color: 12416838.

HSL color Cylindrical-coordinate representation of color #4677BD: hue angle of 215.29º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4677BD is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 119 189 -
CMYK 0.63 0.37 0 0.26
HSL 215.29º 0.47% 0.51% -
HSV(B) 215.29º 0.63% 0.74% -
XYZ 18.31 18.17 50.69 -
YUV 112.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 70 119 189 0.63 0.37 0 0.26 215.29 0.47 0.51
Hex 46 77 BD 3F 25 0 1A D7 2F 33
Octal 106 167 275 77 45 0 32 327 57 63
Binary 1000110 1110111 10111101 111111 100101 0 11010 11010111 101111 110011

Color Harmonies of #4677BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4677BD

Black with #4677BD

Text Example


Text Example

White with #4677BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4677BD; }

 p { color: rgb(70,119,189); }

 H1.HeaderClassName
 {
   color: #4677BD;
 }
 .AnyTagClassName
 {
   color: #4677BD;
 }
</style>

background-color css

<style>
 a { background-color: #4677BD; }

 a { background-color: rgb(70,119,189); }

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

border-color css

<style>
 span { border-color: #4677BD; }

 span { border-color: rgb(70,119,189); }

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