Html Css Color HEX #487AB6 Steel Blue

📋 copy color: '#487AB6'

red 72 ◦ green 122 ◦ blue 182

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

Shades of Steel Blue #487AB6

Tints of Steel Blue #487AB6

RGB

 RED value IS 72 (28.52% from 255) = 19.15%

 GREEN value IS 122 (48.05% from 255) = 32.45%

 BLUE value IS 182 (71.48% from 255) = 48.4%

R = 19.15%
G = 32.45%
B = 48.4%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#487AB6 (or 0x487AB6) is known color: Steel Blue. HEX triplet: 48, 7A and B6. RGB value is (72,122,182). Sum of RGB (Red+Green+Blue) = 72+122+182=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #487AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487AB6 is #B78549. Grayscale: #717171. Windows color (decimal): -12027210 or 11958856. OLE color: 11958856.

HSL color Cylindrical-coordinate representation of color #487AB6: hue angle of 212.73º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #487AB6 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 122 182 -
CMYK 0.60 0.33 0 0.29
HSL 212.73º 0.43% 0.5% -
HSV(B) 212.73º 0.6% 0.71% -
XYZ 18.08 18.67 46.91 -
YUV 113.89 166.44 98.12 -
System Red Green Blue C M Y K H S L
Decimal 72 122 182 0.60 0.33 0 0.29 212.73 0.43 0.5
Hex 48 7A B6 3C 21 0 1D D5 2B 32
Octal 110 172 266 74 41 0 35 325 53 62
Binary 1001000 1111010 10110110 111100 100001 0 11101 11010101 101011 110010

Color Harmonies of #487AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487AB6

Black with #487AB6

Text Example


Text Example

White with #487AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487AB6; }

 p { color: rgb(72,122,182); }

 H1.HeaderClassName
 {
   color: #487AB6;
 }
 .AnyTagClassName
 {
   color: #487AB6;
 }
</style>

background-color css

<style>
 a { background-color: #487AB6; }

 a { background-color: rgb(72,122,182); }

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

border-color css

<style>
 span { border-color: #487AB6; }

 span { border-color: rgb(72,122,182); }

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