Html Css Color HEX #467FBA Steel Blue

📋 copy color: '#467FBA'

red 70 ◦ green 127 ◦ blue 186

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

Shades of Steel Blue #467FBA

Tints of Steel Blue #467FBA

RGB

 RED value IS 70 (27.73% from 255) = 18.28%

 GREEN value IS 127 (50% from 255) = 33.16%

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 18.28%
G = 33.16%
B = 48.56%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#467FBA (or 0x467FBA) is known color: Steel Blue. HEX triplet: 46, 7F and BA. RGB value is (70,127,186). Sum of RGB (Red+Green+Blue) = 70+127+186=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #467FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FBA is #B98045. Grayscale: #747474. Windows color (decimal): -12156998 or 12222278. OLE color: 12222278.

HSL color Cylindrical-coordinate representation of color #467FBA: hue angle of 210.52º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #467FBA is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 127 186 -
CMYK 0.62 0.32 0 0.27
HSL 210.52º 0.46% 0.5% -
HSV(B) 210.52º 0.62% 0.73% -
XYZ 18.98 20.03 49.32 -
YUV 116.68 167.12 94.7 -
System Red Green Blue C M Y K H S L
Decimal 70 127 186 0.62 0.32 0 0.27 210.52 0.46 0.5
Hex 46 7F BA 3E 20 0 1B D3 2E 32
Octal 106 177 272 76 40 0 33 323 56 62
Binary 1000110 1111111 10111010 111110 100000 0 11011 11010011 101110 110010

Color Harmonies of #467FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FBA

Black with #467FBA

Text Example


Text Example

White with #467FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467FBA; }

 p { color: rgb(70,127,186); }

 H1.HeaderClassName
 {
   color: #467FBA;
 }
 .AnyTagClassName
 {
   color: #467FBA;
 }
</style>

background-color css

<style>
 a { background-color: #467FBA; }

 a { background-color: rgb(70,127,186); }

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

border-color css

<style>
 span { border-color: #467FBA; }

 span { border-color: rgb(70,127,186); }

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