Html Css Color HEX #4283B1 Steel Blue

📋 copy color: '#4283B1'

red 66 ◦ green 131 ◦ blue 177

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

Shades of Steel Blue #4283B1

Tints of Steel Blue #4283B1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.03%

 BLUE value IS 177 (69.53% from 255) = 47.33%

R = 17.65%
G = 35.03%
B = 47.33%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4283B1 (or 0x4283B1) is known color: Steel Blue. HEX triplet: 42, 83 and B1. RGB value is (66,131,177). Sum of RGB (Red+Green+Blue) = 66+131+177=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #4283B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4283B1 is #BD7C4E. Grayscale: #747474. Windows color (decimal): -12418127 or 11633474. OLE color: 11633474.

HSL color Cylindrical-coordinate representation of color #4283B1: hue angle of 204.86º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4283B1 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 131 177 -
CMYK 0.63 0.26 0 0.31
HSL 204.86º 0.46% 0.48% -
HSV(B) 204.86º 0.63% 0.69% -
XYZ 18.3 20.57 44.6 -
YUV 116.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 66 131 177 0.63 0.26 0 0.31 204.86 0.46 0.48
Hex 42 83 B1 3F 1A 0 1F CD 2E 30
Octal 102 203 261 77 32 0 37 315 56 60
Binary 1000010 10000011 10110001 111111 11010 0 11111 11001101 101110 110000

Color Harmonies of #4283B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4283B1

Black with #4283B1

Text Example


Text Example

White with #4283B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4283B1; }

 p { color: rgb(66,131,177); }

 H1.HeaderClassName
 {
   color: #4283B1;
 }
 .AnyTagClassName
 {
   color: #4283B1;
 }
</style>

background-color css

<style>
 a { background-color: #4283B1; }

 a { background-color: rgb(66,131,177); }

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

border-color css

<style>
 span { border-color: #4283B1; }

 span { border-color: rgb(66,131,177); }

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