Html Css Color HEX #4281BB Steel Blue

📋 copy color: '#4281BB'

red 66 ◦ green 129 ◦ blue 187

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

Shades of Steel Blue #4281BB

Tints of Steel Blue #4281BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

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

R = 17.28%
G = 33.77%
B = 48.95%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4281BB (or 0x4281BB) is known color: Steel Blue. HEX triplet: 42, 81 and BB. RGB value is (66,129,187). Sum of RGB (Red+Green+Blue) = 66+129+187=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #4281BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4281BB is #BD7E44. Grayscale: #747474. Windows color (decimal): -12418629 or 12288322. OLE color: 12288322.

HSL color Cylindrical-coordinate representation of color #4281BB: hue angle of 208.76º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4281BB is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 129 187 -
CMYK 0.65 0.31 0 0.27
HSL 208.76º 0.48% 0.5% -
HSV(B) 208.76º 0.65% 0.73% -
XYZ 19.07 20.45 49.96 -
YUV 116.78 167.63 91.78 -
System Red Green Blue C M Y K H S L
Decimal 66 129 187 0.65 0.31 0 0.27 208.76 0.48 0.5
Hex 42 81 BB 41 1F 0 1B D1 30 32
Octal 102 201 273 101 37 0 33 321 60 62
Binary 1000010 10000001 10111011 1000001 11111 0 11011 11010001 110000 110010

Color Harmonies of #4281BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4281BB

Black with #4281BB

Text Example


Text Example

White with #4281BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,129,187); }

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

background-color css

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

 a { background-color: rgb(66,129,187); }

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

border-color css

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

 span { border-color: rgb(66,129,187); }

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