Html Css Color HEX #4380AA Steel Blue

📋 copy color: '#4380AA'

red 67 ◦ green 128 ◦ blue 170

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

Shades of Steel Blue #4380AA

Tints of Steel Blue #4380AA

RGB

 RED value IS 67 (26.56% from 255) = 18.36%

 GREEN value IS 128 (50.39% from 255) = 35.07%

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 18.36%
G = 35.07%
B = 46.58%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4380AA (or 0x4380AA) is known color: Steel Blue. HEX triplet: 43, 80 and AA. RGB value is (67,128,170). Sum of RGB (Red+Green+Blue) = 67+128+170=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #4380AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4380AA is #BC7F55. Grayscale: #727272. Windows color (decimal): -12353366 or 11173955. OLE color: 11173955.

HSL color Cylindrical-coordinate representation of color #4380AA: hue angle of 204.47º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4380AA is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 128 170 -
CMYK 0.61 0.25 0 0.33
HSL 204.47º 0.43% 0.46% -
HSV(B) 204.47º 0.61% 0.67% -
XYZ 17.29 19.53 40.89 -
YUV 114.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 67 128 170 0.61 0.25 0 0.33 204.47 0.43 0.46
Hex 43 80 AA 3D 19 0 21 CC 2B 2E
Octal 103 200 252 75 31 0 41 314 53 56
Binary 1000011 10000000 10101010 111101 11001 0 100001 11001100 101011 101110

Color Harmonies of #4380AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4380AA

Black with #4380AA

Text Example


Text Example

White with #4380AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4380AA; }

 p { color: rgb(67,128,170); }

 H1.HeaderClassName
 {
   color: #4380AA;
 }
 .AnyTagClassName
 {
   color: #4380AA;
 }
</style>

background-color css

<style>
 a { background-color: #4380AA; }

 a { background-color: rgb(67,128,170); }

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

border-color css

<style>
 span { border-color: #4380AA; }

 span { border-color: rgb(67,128,170); }

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