#4991C3

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

Shades of Curious Blue #4991C3

Tints of Curious Blue #4991C3

Color information

#4991C3 (or 0x4991C3) is unknown color: approx Curious Blue. HEX triplet: 49, 91 and C3. RGB value is (73,145,195). Sum of RGB (Red+Green+Blue) = 73+145+195=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #4991C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4991C3 is #B66E3C. Grayscale: #808080. Windows color (decimal): -11955773 or 12816713. OLE color: 12816713.

HSL color Cylindrical-coordinate representation of color #4991C3: hue angle of 204.59º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4991C3 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB73145195-
CMYK0.630.2600.24
HSL204.59º50.41%52.55%-
HSV(B)204.59º62.56%76.47%-
XYZ22.7225.6155.37-
YUV129.17165.1587.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.68%
GREEN value IS 145 (57.03% from 255) = 35.11%
BLUE value IS 195 (76.56% from 255) = 47.22%
R=17.68%
G=35.11%
B=47.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731451950.630.2600.24204.5950.4152.55
Hex4991C33F1A018cd3235
Octal11122130377320303156265
Binary100100110010001110000111111111101001100011001101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4991C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4991C3; }

 p { color: rgb(73,145,195); }

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

<style>
 a { background-color: #4991C3; }

 a { background-color: rgb(73,145,195); }

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

<style>
 span { border-color: #4991C3; }

 span { border-color: rgb(73,145,195); }

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