Html Css Color HEX #4279BA Steel Blue

📋 copy color: '#4279BA'

red 66 ◦ green 121 ◦ blue 186

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

Shades of Steel Blue #4279BA

Tints of Steel Blue #4279BA

RGB

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

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

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

R = 17.69%
G = 32.44%
B = 49.87%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4279BA (or 0x4279BA) is known color: Steel Blue. HEX triplet: 42, 79 and BA. RGB value is (66,121,186). Sum of RGB (Red+Green+Blue) = 66+121+186=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #4279BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4279BA is #BD8645. Grayscale: #6F6F6F. Windows color (decimal): -12420678 or 12220738. OLE color: 12220738.

HSL color Cylindrical-coordinate representation of color #4279BA: hue angle of 212.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4279BA is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 121 186 -
CMYK 0.65 0.35 0 0.27
HSL 212.5º 0.48% 0.49% -
HSV(B) 212.5º 0.65% 0.73% -
XYZ 17.95 18.38 49.06 -
YUV 111.97 169.78 95.21 -
System Red Green Blue C M Y K H S L
Decimal 66 121 186 0.65 0.35 0 0.27 212.5 0.48 0.49
Hex 42 79 BA 41 23 0 1B D4 30 31
Octal 102 171 272 101 43 0 33 324 60 61
Binary 1000010 1111001 10111010 1000001 100011 0 11011 11010100 110000 110001

Color Harmonies of #4279BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4279BA

Black with #4279BA

Text Example


Text Example

White with #4279BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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