Html Css Color HEX #4474BF Steel Blue

📋 copy color: '#4474BF'

red 68 ◦ green 116 ◦ blue 191

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

Shades of Steel Blue #4474BF

Tints of Steel Blue #4474BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.93%

R = 18.13%
G = 30.93%
B = 50.93%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4474BF (or 0x4474BF) is known color: Steel Blue. HEX triplet: 44, 74 and BF. RGB value is (68,116,191). Sum of RGB (Red+Green+Blue) = 68+116+191=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #4474BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4474BF is #BB8B40. Grayscale: #6D6D6D. Windows color (decimal): -12290881 or 12547140. OLE color: 12547140.

HSL color Cylindrical-coordinate representation of color #4474BF: hue angle of 216.59º degrees, saturation: 0.49, 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 #4474BF is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 116 191 -
CMYK 0.64 0.39 0 0.25
HSL 216.59º 0.49% 0.51% -
HSV(B) 216.59º 0.64% 0.75% -
XYZ 18.03 17.48 51.71 -
YUV 110.2 173.6 97.9 -
System Red Green Blue C M Y K H S L
Decimal 68 116 191 0.64 0.39 0 0.25 216.59 0.49 0.51
Hex 44 74 BF 40 27 0 19 D9 31 33
Octal 104 164 277 100 47 0 31 331 61 63
Binary 1000100 1110100 10111111 1000000 100111 0 11001 11011001 110001 110011

Color Harmonies of #4474BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4474BF

Black with #4474BF

Text Example


Text Example

White with #4474BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4474BF; }

 p { color: rgb(68,116,191); }

 H1.HeaderClassName
 {
   color: #4474BF;
 }
 .AnyTagClassName
 {
   color: #4474BF;
 }
</style>

background-color css

<style>
 a { background-color: #4474BF; }

 a { background-color: rgb(68,116,191); }

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

border-color css

<style>
 span { border-color: #4474BF; }

 span { border-color: rgb(68,116,191); }

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