#4894BF

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

Shades of Curious Blue #4894BF

Tints of Curious Blue #4894BF

Color information

#4894BF (or 0x4894BF) is unknown color: approx Curious Blue. HEX triplet: 48, 94 and BF. RGB value is (72,148,191). Sum of RGB (Red+Green+Blue) = 72+148+191=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #4894BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4894BF is #B76B40. Grayscale: #818181. Windows color (decimal): -12020545 or 12555336. OLE color: 12555336.

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

Color convert

RGB72148191-
CMYK0.620.2300.25
HSL201.68º48.18%51.57%-
HSV(B)201.68º62.3%74.9%-
XYZ22.6726.3253.18-
YUV130.18162.3286.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.52%
GREEN value IS 148 (58.20% from 255) = 36.01%
BLUE value IS 191 (75% from 255) = 46.47%
R=17.52%
G=36.01%
B=46.47%

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
Decimal721481910.620.2300.25201.6848.1851.57
Hex4894BF3E17019ca3034
Octal11022427776270313126064
Binary100100010010100101111111111101011101100111001010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4894BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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