Html Css Color HEX #4271BE Steel Blue

📋 copy color: '#4271BE'

red 66 ◦ green 113 ◦ blue 190

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

Shades of Steel Blue #4271BE

Tints of Steel Blue #4271BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.62%

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 17.89%
G = 30.62%
B = 51.49%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4271BE (or 0x4271BE) is known color: Steel Blue. HEX triplet: 42, 71 and BE. RGB value is (66,113,190). Sum of RGB (Red+Green+Blue) = 66+113+190=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #4271BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4271BE is #BD8E41. Grayscale: #6B6B6B. Windows color (decimal): -12422722 or 12480834. OLE color: 12480834.

HSL color Cylindrical-coordinate representation of color #4271BE: hue angle of 217.26º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4271BE is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 113 190 -
CMYK 0.65 0.41 0 0.25
HSL 217.26º 0.49% 0.5% -
HSV(B) 217.26º 0.65% 0.75% -
XYZ 17.45 16.69 51.02 -
YUV 107.73 174.43 98.24 -
System Red Green Blue C M Y K H S L
Decimal 66 113 190 0.65 0.41 0 0.25 217.26 0.49 0.5
Hex 42 71 BE 41 29 0 19 D9 31 32
Octal 102 161 276 101 51 0 31 331 61 62
Binary 1000010 1110001 10111110 1000001 101001 0 11001 11011001 110001 110010

Color Harmonies of #4271BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4271BE

Black with #4271BE

Text Example


Text Example

White with #4271BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4271BE; }

 p { color: rgb(66,113,190); }

 H1.HeaderClassName
 {
   color: #4271BE;
 }
 .AnyTagClassName
 {
   color: #4271BE;
 }
</style>

background-color css

<style>
 a { background-color: #4271BE; }

 a { background-color: rgb(66,113,190); }

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

border-color css

<style>
 span { border-color: #4271BE; }

 span { border-color: rgb(66,113,190); }

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