Html Css Color HEX #4483BB Steel Blue

📋 copy color: '#4483BB'

red 68 ◦ green 131 ◦ blue 187

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

Shades of Steel Blue #4483BB

Tints of Steel Blue #4483BB

RGB

 RED value IS 68 (26.95% from 255) = 17.62%

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

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 17.62%
G = 33.94%
B = 48.45%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4483BB (or 0x4483BB) is known color: Steel Blue. HEX triplet: 44, 83 and BB. RGB value is (68,131,187). Sum of RGB (Red+Green+Blue) = 68+131+187=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #4483BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4483BB is #BB7C44. Grayscale: #767676. Windows color (decimal): -12287045 or 12288836. OLE color: 12288836.

HSL color Cylindrical-coordinate representation of color #4483BB: hue angle of 208.24º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4483BB is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 131 187 -
CMYK 0.64 0.30 0 0.27
HSL 208.24º 0.47% 0.5% -
HSV(B) 208.24º 0.64% 0.73% -
XYZ 19.47 21.05 50.05 -
YUV 118.55 166.63 91.95 -
System Red Green Blue C M Y K H S L
Decimal 68 131 187 0.64 0.30 0 0.27 208.24 0.47 0.5
Hex 44 83 BB 40 1E 0 1B D0 2F 32
Octal 104 203 273 100 36 0 33 320 57 62
Binary 1000100 10000011 10111011 1000000 11110 0 11011 11010000 101111 110010

Color Harmonies of #4483BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4483BB

Black with #4483BB

Text Example


Text Example

White with #4483BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4483BB; }

 p { color: rgb(68,131,187); }

 H1.HeaderClassName
 {
   color: #4483BB;
 }
 .AnyTagClassName
 {
   color: #4483BB;
 }
</style>

background-color css

<style>
 a { background-color: #4483BB; }

 a { background-color: rgb(68,131,187); }

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

border-color css

<style>
 span { border-color: #4483BB; }

 span { border-color: rgb(68,131,187); }

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