Html Css Color HEX #4688BD Steel Blue

📋 copy color: '#4688BD'

red 70 ◦ green 136 ◦ blue 189

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

Shades of Steel Blue #4688BD

Tints of Steel Blue #4688BD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.43%

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

R = 17.72%
G = 34.43%
B = 47.85%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4688BD (or 0x4688BD) is known color: Steel Blue. HEX triplet: 46, 88 and BD. RGB value is (70,136,189). Sum of RGB (Red+Green+Blue) = 70+136+189=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 136 (53.52% from 255 or 34.43% 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 #4688BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4688BD is #B97742. Grayscale: #7A7A7A. Windows color (decimal): -12154691 or 12421190. OLE color: 12421190.

HSL color Cylindrical-coordinate representation of color #4688BD: hue angle of 206.72º 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 #4688BD is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 136 189 -
CMYK 0.63 0.28 0 0.26
HSL 206.72º 0.47% 0.51% -
HSV(B) 206.72º 0.63% 0.74% -
XYZ 20.52 22.58 51.42 -
YUV 122.31 165.63 90.69 -
System Red Green Blue C M Y K H S L
Decimal 70 136 189 0.63 0.28 0 0.26 206.72 0.47 0.51
Hex 46 88 BD 3F 1C 0 1A CF 2F 33
Octal 106 210 275 77 34 0 32 317 57 63
Binary 1000110 10001000 10111101 111111 11100 0 11010 11001111 101111 110011

Color Harmonies of #4688BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4688BD

Black with #4688BD

Text Example


Text Example

White with #4688BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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