Html Css Color HEX #467BBA Steel Blue

📋 copy color: '#467BBA'

red 70 ◦ green 123 ◦ blue 186

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

Shades of Steel Blue #467BBA

Tints of Steel Blue #467BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.45%

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

R = 18.47%
G = 32.45%
B = 49.08%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#467BBA (or 0x467BBA) is known color: Steel Blue. HEX triplet: 46, 7B and BA. RGB value is (70,123,186). Sum of RGB (Red+Green+Blue) = 70+123+186=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #467BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BBA is #B98445. Grayscale: #727272. Windows color (decimal): -12158022 or 12221254. OLE color: 12221254.

HSL color Cylindrical-coordinate representation of color #467BBA: hue angle of 212.59º 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 #467BBA is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 123 186 -
CMYK 0.62 0.34 0 0.27
HSL 212.59º 0.46% 0.5% -
HSV(B) 212.59º 0.62% 0.73% -
XYZ 18.47 19.01 49.15 -
YUV 114.34 168.44 96.38 -
System Red Green Blue C M Y K H S L
Decimal 70 123 186 0.62 0.34 0 0.27 212.59 0.46 0.5
Hex 46 7B BA 3E 22 0 1B D5 2E 32
Octal 106 173 272 76 42 0 33 325 56 62
Binary 1000110 1111011 10111010 111110 100010 0 11011 11010101 101110 110010

Color Harmonies of #467BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467BBA

Black with #467BBA

Text Example


Text Example

White with #467BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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