Html Css Color HEX #4278BF Steel Blue

📋 copy color: '#4278BF'

red 66 ◦ green 120 ◦ blue 191

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

Shades of Steel Blue #4278BF

Tints of Steel Blue #4278BF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.83%

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

R = 17.51%
G = 31.83%
B = 50.66%

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

#4278BF (or 0x4278BF) is known color: Steel Blue. HEX triplet: 42, 78 and BF. RGB value is (66,120,191). Sum of RGB (Red+Green+Blue) = 66+120+191=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #4278BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4278BF is #BD8740. Grayscale: #6F6F6F. Windows color (decimal): -12420929 or 12548162. OLE color: 12548162.

HSL color Cylindrical-coordinate representation of color #4278BF: hue angle of 214.08º 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 #4278BF is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 120 191 -
CMYK 0.65 0.37 0 0.25
HSL 214.08º 0.49% 0.5% -
HSV(B) 214.08º 0.65% 0.75% -
XYZ 18.37 18.35 51.86 -
YUV 111.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 66 120 191 0.65 0.37 0 0.25 214.08 0.49 0.5
Hex 42 78 BF 41 25 0 19 D6 31 32
Octal 102 170 277 101 45 0 31 326 61 62
Binary 1000010 1111000 10111111 1000001 100101 0 11001 11010110 110001 110010

Color Harmonies of #4278BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4278BF

Black with #4278BF

Text Example


Text Example

White with #4278BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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