Html Css Color HEX #4678BA Steel Blue

📋 copy color: '#4678BA'

red 70 ◦ green 120 ◦ blue 186

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

Shades of Steel Blue #4678BA

Tints of Steel Blue #4678BA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.91%

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 18.62%
G = 31.91%
B = 49.47%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4678BA (or 0x4678BA) is known color: Steel Blue. HEX triplet: 46, 78 and BA. RGB value is (70,120,186). Sum of RGB (Red+Green+Blue) = 70+120+186=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #4678BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4678BA is #B98745. Grayscale: #707070. Windows color (decimal): -12158790 or 12220486. OLE color: 12220486.

HSL color Cylindrical-coordinate representation of color #4678BA: hue angle of 214.14º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4678BA is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 120 186 -
CMYK 0.62 0.35 0 0.27
HSL 214.14º 0.46% 0.5% -
HSV(B) 214.14º 0.62% 0.73% -
XYZ 18.11 18.28 49.03 -
YUV 112.57 169.44 97.63 -
System Red Green Blue C M Y K H S L
Decimal 70 120 186 0.62 0.35 0 0.27 214.14 0.46 0.5
Hex 46 78 BA 3E 23 0 1B D6 2E 32
Octal 106 170 272 76 43 0 33 326 56 62
Binary 1000110 1111000 10111010 111110 100011 0 11011 11010110 101110 110010

Color Harmonies of #4678BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4678BA

Black with #4678BA

Text Example


Text Example

White with #4678BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4678BA; }

 p { color: rgb(70,120,186); }

 H1.HeaderClassName
 {
   color: #4678BA;
 }
 .AnyTagClassName
 {
   color: #4678BA;
 }
</style>

background-color css

<style>
 a { background-color: #4678BA; }

 a { background-color: rgb(70,120,186); }

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

border-color css

<style>
 span { border-color: #4678BA; }

 span { border-color: rgb(70,120,186); }

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