Html Css Color HEX #4474BB Steel Blue

📋 copy color: '#4474BB'

red 68 ◦ green 116 ◦ blue 187

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

Shades of Steel Blue #4474BB

Tints of Steel Blue #4474BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 18.33%
G = 31.27%
B = 50.4%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4474BB (or 0x4474BB) is known color: Steel Blue. HEX triplet: 44, 74 and BB. RGB value is (68,116,187). Sum of RGB (Red+Green+Blue) = 68+116+187=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #4474BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4474BB is #BB8B44. Grayscale: #6D6D6D. Windows color (decimal): -12290885 or 12284996. OLE color: 12284996.

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

Color convert

RGB 68 116 187 -
CMYK 0.64 0.38 0 0.27
HSL 215.8º 0.47% 0.5% -
HSV(B) 215.8º 0.64% 0.73% -
XYZ 17.6 17.31 49.43 -
YUV 109.74 171.6 98.23 -
System Red Green Blue C M Y K H S L
Decimal 68 116 187 0.64 0.38 0 0.27 215.8 0.47 0.5
Hex 44 74 BB 40 26 0 1B D8 2F 32
Octal 104 164 273 100 46 0 33 330 57 62
Binary 1000100 1110100 10111011 1000000 100110 0 11011 11011000 101111 110010

Color Harmonies of #4474BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4474BB

Black with #4474BB

Text Example


Text Example

White with #4474BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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