Html Css Color HEX #4470BE Steel Blue

📋 copy color: '#4470BE'

red 68 ◦ green 112 ◦ blue 190

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

Shades of Steel Blue #4470BE

Tints of Steel Blue #4470BE

RGB

 RED value IS 68 (26.95% from 255) = 18.38%

 GREEN value IS 112 (44.14% from 255) = 30.27%

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 18.38%
G = 30.27%
B = 51.35%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4470BE (or 0x4470BE) is known color: Steel Blue. HEX triplet: 44, 70 and BE. RGB value is (68,112,190). Sum of RGB (Red+Green+Blue) = 68+112+190=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #4470BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4470BE is #BB8F41. Grayscale: #6B6B6B. Windows color (decimal): -12291906 or 12480580. OLE color: 12480580.

HSL color Cylindrical-coordinate representation of color #4470BE: hue angle of 218.36º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4470BE is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 112 190 -
CMYK 0.64 0.41 0 0.25
HSL 218.36º 0.48% 0.51% -
HSV(B) 218.36º 0.64% 0.75% -
XYZ 17.47 16.53 50.99 -
YUV 107.74 174.42 99.66 -
System Red Green Blue C M Y K H S L
Decimal 68 112 190 0.64 0.41 0 0.25 218.36 0.48 0.51
Hex 44 70 BE 40 29 0 19 DA 30 33
Octal 104 160 276 100 51 0 31 332 60 63
Binary 1000100 1110000 10111110 1000000 101001 0 11001 11011010 110000 110011

Color Harmonies of #4470BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4470BE

Black with #4470BE

Text Example


Text Example

White with #4470BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4470BE; }

 p { color: rgb(68,112,190); }

 H1.HeaderClassName
 {
   color: #4470BE;
 }
 .AnyTagClassName
 {
   color: #4470BE;
 }
</style>

background-color css

<style>
 a { background-color: #4470BE; }

 a { background-color: rgb(68,112,190); }

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

border-color css

<style>
 span { border-color: #4470BE; }

 span { border-color: rgb(68,112,190); }

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