#4994BF

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

Shades of Curious Blue #4994BF

Tints of Curious Blue #4994BF

Color information

#4994BF (or 0x4994BF) is unknown color: approx Curious Blue. HEX triplet: 49, 94 and BF. RGB value is (73,148,191). Sum of RGB (Red+Green+Blue) = 73+148+191=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #4994BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4994BF is #B66B40. Grayscale: #828282. Windows color (decimal): -11955009 or 12555337. OLE color: 12555337.

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

Color convert

RGB73148191-
CMYK0.620.2300.25
HSL201.86º47.97%51.76%-
HSV(B)201.86º61.78%74.9%-
XYZ22.7426.3653.18-
YUV130.48162.1587-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.72%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 191 (75% from 255) = 46.36%
R=17.72%
G=35.92%
B=46.36%

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
Decimal731481910.620.2300.25201.8647.9751.76
Hex4994BF3E17019ca3034
Octal11122427776270313126064
Binary100100110010100101111111111101011101100111001010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4994BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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