Html Css Color HEX #4286B1 Steel Blue

📋 copy color: '#4286B1'

red 66 ◦ green 134 ◦ blue 177

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

Shades of Steel Blue #4286B1

Tints of Steel Blue #4286B1

RGB

 RED value IS 66 (26.17% from 255) = 17.51%

 GREEN value IS 134 (52.73% from 255) = 35.54%

 BLUE value IS 177 (69.53% from 255) = 46.95%

R = 17.51%
G = 35.54%
B = 46.95%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4286B1 (or 0x4286B1) is known color: Steel Blue. HEX triplet: 42, 86 and B1. RGB value is (66,134,177). Sum of RGB (Red+Green+Blue) = 66+134+177=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #4286B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4286B1 is #BD794E. Grayscale: #767676. Windows color (decimal): -12417359 or 11634242. OLE color: 11634242.

HSL color Cylindrical-coordinate representation of color #4286B1: hue angle of 203.24º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4286B1 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 134 177 -
CMYK 0.63 0.24 0 0.31
HSL 203.24º 0.46% 0.48% -
HSV(B) 203.24º 0.63% 0.69% -
XYZ 18.71 21.38 44.74 -
YUV 118.57 160.97 90.5 -
System Red Green Blue C M Y K H S L
Decimal 66 134 177 0.63 0.24 0 0.31 203.24 0.46 0.48
Hex 42 86 B1 3F 18 0 1F CB 2E 30
Octal 102 206 261 77 30 0 37 313 56 60
Binary 1000010 10000110 10110001 111111 11000 0 11111 11001011 101110 110000

Color Harmonies of #4286B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4286B1

Black with #4286B1

Text Example


Text Example

White with #4286B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4286B1; }

 p { color: rgb(66,134,177); }

 H1.HeaderClassName
 {
   color: #4286B1;
 }
 .AnyTagClassName
 {
   color: #4286B1;
 }
</style>

background-color css

<style>
 a { background-color: #4286B1; }

 a { background-color: rgb(66,134,177); }

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

border-color css

<style>
 span { border-color: #4286B1; }

 span { border-color: rgb(66,134,177); }

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