#4893BF

Color #4893BF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #4893BF

Tints of Curious Blue #4893BF

Color information

#4893BF (or 0x4893BF) is unknown color: approx Curious Blue. HEX triplet: 48, 93 and BF. RGB value is (72,147,191). Sum of RGB (Red+Green+Blue) = 72+147+191=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #4893BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4893BF is #B76C40. Grayscale: #818181. Windows color (decimal): -12020801 or 12555080. OLE color: 12555080.

HSL color Cylindrical-coordinate representation of color #4893BF: hue angle of 202.18º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4893BF is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72147191-
CMYK0.620.2300.25
HSL202.18º48.18%51.57%-
HSV(B)202.18º62.3%74.9%-
XYZ22.5126.0153.12-
YUV129.59162.6586.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.56%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 191 (75% from 255) = 46.59%
R=17.56%
G=35.85%
B=46.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721471910.620.2300.25202.1848.1851.57
Hex4893BF3E17019ca3034
Octal11022327776270313126064
Binary100100010010011101111111111101011101100111001010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4893BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,147,191); }

 H1.HeaderClassName
 {
   color: #4893BF;
 }
 .AnyTagClassName
 {
   color: #4893BF;
 }
</style>
background-color css

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

 a { background-color: rgb(72,147,191); }

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

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

 span { border-color: rgb(72,147,191); }

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