Html Css Color HEX #4478BB Steel Blue

📋 copy color: '#4478BB'

red 68 ◦ green 120 ◦ blue 187

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

Shades of Steel Blue #4478BB

Tints of Steel Blue #4478BB

RGB

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

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

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

R = 18.13%
G = 32%
B = 49.87%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4478BB (or 0x4478BB) is known color: Steel Blue. HEX triplet: 44, 78 and BB. RGB value is (68,120,187). Sum of RGB (Red+Green+Blue) = 68+120+187=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #4478BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4478BB is #BB8744. Grayscale: #6F6F6F. Windows color (decimal): -12289861 or 12286020. OLE color: 12286020.

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

Color convert

RGB 68 120 187 -
CMYK 0.64 0.36 0 0.27
HSL 213.78º 0.47% 0.5% -
HSV(B) 213.78º 0.64% 0.73% -
XYZ 18.07 18.25 49.58 -
YUV 112.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 68 120 187 0.64 0.36 0 0.27 213.78 0.47 0.5
Hex 44 78 BB 40 24 0 1B D6 2F 32
Octal 104 170 273 100 44 0 33 326 57 62
Binary 1000100 1111000 10111011 1000000 100100 0 11011 11010110 101111 110010

Color Harmonies of #4478BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4478BB

Black with #4478BB

Text Example


Text Example

White with #4478BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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