Html Css Color HEX #4270B1 Steel Blue

📋 copy color: '#4270B1'

red 66 ◦ green 112 ◦ blue 177

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

Shades of Steel Blue #4270B1

Tints of Steel Blue #4270B1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.55%

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

R = 18.59%
G = 31.55%
B = 49.86%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4270B1 (or 0x4270B1) is known color: Steel Blue. HEX triplet: 42, 70 and B1. RGB value is (66,112,177). Sum of RGB (Red+Green+Blue) = 66+112+177=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #4270B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4270B1 is #BD8F4E. Grayscale: #696969. Windows color (decimal): -12422991 or 11628610. OLE color: 11628610.

HSL color Cylindrical-coordinate representation of color #4270B1: hue angle of 215.14º 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 #4270B1 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 112 177 -
CMYK 0.63 0.37 0 0.31
HSL 215.14º 0.46% 0.48% -
HSV(B) 215.14º 0.63% 0.69% -
XYZ 15.98 15.92 43.83 -
YUV 105.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 66 112 177 0.63 0.37 0 0.31 215.14 0.46 0.48
Hex 42 70 B1 3F 25 0 1F D7 2E 30
Octal 102 160 261 77 45 0 37 327 56 60
Binary 1000010 1110000 10110001 111111 100101 0 11111 11010111 101110 110000

Color Harmonies of #4270B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4270B1

Black with #4270B1

Text Example


Text Example

White with #4270B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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