Html Css Color HEX #4279BF Steel Blue

📋 copy color: '#4279BF'

red 66 ◦ green 121 ◦ blue 191

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

Shades of Steel Blue #4279BF

Tints of Steel Blue #4279BF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.01%

 BLUE value IS 191 (75% from 255) = 50.53%

R = 17.46%
G = 32.01%
B = 50.53%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4279BF (or 0x4279BF) is known color: Steel Blue. HEX triplet: 42, 79 and BF. RGB value is (66,121,191). Sum of RGB (Red+Green+Blue) = 66+121+191=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #4279BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4279BF is #BD8640. Grayscale: #707070. Windows color (decimal): -12420673 or 12548418. OLE color: 12548418.

HSL color Cylindrical-coordinate representation of color #4279BF: hue angle of 213.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4279BF is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 121 191 -
CMYK 0.65 0.37 0 0.25
HSL 213.6º 0.49% 0.5% -
HSV(B) 213.6º 0.65% 0.75% -
XYZ 18.49 18.59 51.9 -
YUV 112.54 172.28 94.81 -
System Red Green Blue C M Y K H S L
Decimal 66 121 191 0.65 0.37 0 0.25 213.6 0.49 0.5
Hex 42 79 BF 41 25 0 19 D6 31 32
Octal 102 171 277 101 45 0 31 326 61 62
Binary 1000010 1111001 10111111 1000001 100101 0 11001 11010110 110001 110010

Color Harmonies of #4279BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4279BF

Black with #4279BF

Text Example


Text Example

White with #4279BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4279BF; }

 p { color: rgb(66,121,191); }

 H1.HeaderClassName
 {
   color: #4279BF;
 }
 .AnyTagClassName
 {
   color: #4279BF;
 }
</style>

background-color css

<style>
 a { background-color: #4279BF; }

 a { background-color: rgb(66,121,191); }

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

border-color css

<style>
 span { border-color: #4279BF; }

 span { border-color: rgb(66,121,191); }

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