Html Css Color HEX #4383BA Steel Blue

📋 copy color: '#4383BA'

red 67 ◦ green 131 ◦ blue 186

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

Shades of Steel Blue #4383BA

Tints of Steel Blue #4383BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

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

R = 17.45%
G = 34.11%
B = 48.44%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4383BA (or 0x4383BA) is known color: Steel Blue. HEX triplet: 43, 83 and BA. RGB value is (67,131,186). Sum of RGB (Red+Green+Blue) = 67+131+186=384 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.45% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #4383BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4383BA is #BC7C45. Grayscale: #757575. Windows color (decimal): -12352582 or 12223299. OLE color: 12223299.

HSL color Cylindrical-coordinate representation of color #4383BA: hue angle of 207.73º 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 #4383BA is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 131 186 -
CMYK 0.64 0.30 0 0.27
HSL 207.73º 0.47% 0.5% -
HSV(B) 207.73º 0.64% 0.73% -
XYZ 19.29 20.97 49.49 -
YUV 118.13 166.3 91.53 -
System Red Green Blue C M Y K H S L
Decimal 67 131 186 0.64 0.30 0 0.27 207.73 0.47 0.5
Hex 43 83 BA 40 1E 0 1B D0 2F 32
Octal 103 203 272 100 36 0 33 320 57 62
Binary 1000011 10000011 10111010 1000000 11110 0 11011 11010000 101111 110010

Color Harmonies of #4383BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4383BA

Black with #4383BA

Text Example


Text Example

White with #4383BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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