Html Css Color HEX #4F8FBA Steel Blue

📋 copy color: '#4F8FBA'

red 79 ◦ green 143 ◦ blue 186

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

Shades of Steel Blue #4F8FBA

Tints of Steel Blue #4F8FBA

RGB

 RED value IS 79 (31.25% from 255) = 19.36%

 GREEN value IS 143 (56.25% from 255) = 35.05%

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

R = 19.36%
G = 35.05%
B = 45.59%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F8FBA (or 0x4F8FBA) is known color: Steel Blue. HEX triplet: 4F, 8F and BA. RGB value is (79,143,186). Sum of RGB (Red+Green+Blue) = 79+143+186=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F8FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8FBA is #B07045. Grayscale: #808080. Windows color (decimal): -11563078 or 12226383. OLE color: 12226383.

HSL color Cylindrical-coordinate representation of color #4F8FBA: hue angle of 204.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F8FBA is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 143 186 -
CMYK 0.58 0.23 0 0.27
HSL 204.11º 0.44% 0.52% -
HSV(B) 204.11º 0.58% 0.73% -
XYZ 21.91 24.85 50.1 -
YUV 128.77 160.3 92.5 -
System Red Green Blue C M Y K H S L
Decimal 79 143 186 0.58 0.23 0 0.27 204.11 0.44 0.52
Hex 4F 8F BA 3A 17 0 1B CC 2C 34
Octal 117 217 272 72 27 0 33 314 54 64
Binary 1001111 10001111 10111010 111010 10111 0 11011 11001100 101100 110100

Color Harmonies of #4F8FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8FBA

Black with #4F8FBA

Text Example


Text Example

White with #4F8FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F8FBA; }

 p { color: rgb(79,143,186); }

 H1.HeaderClassName
 {
   color: #4F8FBA;
 }
 .AnyTagClassName
 {
   color: #4F8FBA;
 }
</style>

background-color css

<style>
 a { background-color: #4F8FBA; }

 a { background-color: rgb(79,143,186); }

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

border-color css

<style>
 span { border-color: #4F8FBA; }

 span { border-color: rgb(79,143,186); }

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