Html Css Color HEX #4778B4 Steel Blue

📋 copy color: '#4778B4'

red 71 ◦ green 120 ◦ blue 180

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

Shades of Steel Blue #4778B4

Tints of Steel Blue #4778B4

RGB

 RED value IS 71 (28.13% from 255) = 19.14%

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

 BLUE value IS 180 (70.7% from 255) = 48.52%

R = 19.14%
G = 32.35%
B = 48.52%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4778B4 (or 0x4778B4) is known color: Steel Blue. HEX triplet: 47, 78 and B4. RGB value is (71,120,180). Sum of RGB (Red+Green+Blue) = 71+120+180=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #4778B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4778B4 is #B8874B. Grayscale: #6F6F6F. Windows color (decimal): -12093260 or 11827271. OLE color: 11827271.

HSL color Cylindrical-coordinate representation of color #4778B4: hue angle of 213.03º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4778B4 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 120 180 -
CMYK 0.61 0.33 0 0.29
HSL 213.03º 0.43% 0.49% -
HSV(B) 213.03º 0.61% 0.71% -
XYZ 17.55 18.07 45.74 -
YUV 112.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 71 120 180 0.61 0.33 0 0.29 213.03 0.43 0.49
Hex 47 78 B4 3D 21 0 1D D5 2B 31
Octal 107 170 264 75 41 0 35 325 53 61
Binary 1000111 1111000 10110100 111101 100001 0 11101 11010101 101011 110001

Color Harmonies of #4778B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4778B4

Black with #4778B4

Text Example


Text Example

White with #4778B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4778B4; }

 p { color: rgb(71,120,180); }

 H1.HeaderClassName
 {
   color: #4778B4;
 }
 .AnyTagClassName
 {
   color: #4778B4;
 }
</style>

background-color css

<style>
 a { background-color: #4778B4; }

 a { background-color: rgb(71,120,180); }

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

border-color css

<style>
 span { border-color: #4778B4; }

 span { border-color: rgb(71,120,180); }

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