Html Css Color HEX #4378BA Steel Blue

📋 copy color: '#4378BA'

red 67 ◦ green 120 ◦ blue 186

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

Shades of Steel Blue #4378BA

Tints of Steel Blue #4378BA

RGB

 RED value IS 67 (26.56% from 255) = 17.96%

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

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

R = 17.96%
G = 32.17%
B = 49.87%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4378BA (or 0x4378BA) is known color: Steel Blue. HEX triplet: 43, 78 and BA. RGB value is (67,120,186). Sum of RGB (Red+Green+Blue) = 67+120+186=373 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.96% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #4378BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4378BA is #BC8745. Grayscale: #6F6F6F. Windows color (decimal): -12355398 or 12220483. OLE color: 12220483.

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

Color convert

RGB 67 120 186 -
CMYK 0.64 0.35 0 0.27
HSL 213.28º 0.47% 0.5% -
HSV(B) 213.28º 0.64% 0.73% -
XYZ 17.89 18.17 49.02 -
YUV 111.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 67 120 186 0.64 0.35 0 0.27 213.28 0.47 0.5
Hex 43 78 BA 40 23 0 1B D5 2F 32
Octal 103 170 272 100 43 0 33 325 57 62
Binary 1000011 1111000 10111010 1000000 100011 0 11011 11010101 101111 110010

Color Harmonies of #4378BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4378BA

Black with #4378BA

Text Example


Text Example

White with #4378BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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