Html Css Color HEX #4374BC Steel Blue

📋 copy color: '#4374BC'

red 67 ◦ green 116 ◦ blue 188

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

Shades of Steel Blue #4374BC

Tints of Steel Blue #4374BC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.27%

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 18.06%
G = 31.27%
B = 50.67%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4374BC (or 0x4374BC) is known color: Steel Blue. HEX triplet: 43, 74 and BC. RGB value is (67,116,188). Sum of RGB (Red+Green+Blue) = 67+116+188=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #4374BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4374BC is #BC8B43. Grayscale: #6D6D6D. Windows color (decimal): -12356420 or 12350531. OLE color: 12350531.

HSL color Cylindrical-coordinate representation of color #4374BC: hue angle of 215.7º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4374BC is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 116 188 -
CMYK 0.64 0.38 0 0.26
HSL 215.7º 0.47% 0.5% -
HSV(B) 215.7º 0.64% 0.74% -
XYZ 17.64 17.31 49.99 -
YUV 109.56 172.27 97.65 -
System Red Green Blue C M Y K H S L
Decimal 67 116 188 0.64 0.38 0 0.26 215.7 0.47 0.5
Hex 43 74 BC 40 26 0 1A D8 2F 32
Octal 103 164 274 100 46 0 32 330 57 62
Binary 1000011 1110100 10111100 1000000 100110 0 11010 11011000 101111 110010

Color Harmonies of #4374BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4374BC

Black with #4374BC

Text Example


Text Example

White with #4374BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4374BC; }

 p { color: rgb(67,116,188); }

 H1.HeaderClassName
 {
   color: #4374BC;
 }
 .AnyTagClassName
 {
   color: #4374BC;
 }
</style>

background-color css

<style>
 a { background-color: #4374BC; }

 a { background-color: rgb(67,116,188); }

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

border-color css

<style>
 span { border-color: #4374BC; }

 span { border-color: rgb(67,116,188); }

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