Html Css Color HEX #4478AE Steel Blue

📋 copy color: '#4478AE'

red 68 ◦ green 120 ◦ blue 174

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

Shades of Steel Blue #4478AE

Tints of Steel Blue #4478AE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

 BLUE value IS 174 (68.36% from 255) = 48.07%

R = 18.78%
G = 33.15%
B = 48.07%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4478AE (or 0x4478AE) is known color: Steel Blue. HEX triplet: 44, 78 and AE. RGB value is (68,120,174). Sum of RGB (Red+Green+Blue) = 68+120+174=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #4478AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4478AE is #BB8751. Grayscale: #6E6E6E. Windows color (decimal): -12289874 or 11434052. OLE color: 11434052.

HSL color Cylindrical-coordinate representation of color #4478AE: hue angle of 210.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4478AE is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 120 174 -
CMYK 0.61 0.31 0 0.32
HSL 210.57º 0.44% 0.47% -
HSV(B) 210.57º 0.61% 0.68% -
XYZ 16.74 17.72 42.58 -
YUV 110.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 68 120 174 0.61 0.31 0 0.32 210.57 0.44 0.47
Hex 44 78 AE 3D 1F 0 20 D3 2C 2F
Octal 104 170 256 75 37 0 40 323 54 57
Binary 1000100 1111000 10101110 111101 11111 0 100000 11010011 101100 101111

Color Harmonies of #4478AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4478AE

Black with #4478AE

Text Example


Text Example

White with #4478AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4478AE; }

 p { color: rgb(68,120,174); }

 H1.HeaderClassName
 {
   color: #4478AE;
 }
 .AnyTagClassName
 {
   color: #4478AE;
 }
</style>

background-color css

<style>
 a { background-color: #4478AE; }

 a { background-color: rgb(68,120,174); }

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

border-color css

<style>
 span { border-color: #4478AE; }

 span { border-color: rgb(68,120,174); }

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