#4792BE

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

Shades of Curious Blue #4792BE

Tints of Curious Blue #4792BE

Color information

#4792BE (or 0x4792BE) is unknown color: approx Curious Blue. HEX triplet: 47, 92 and BE. RGB value is (71,146,190). Sum of RGB (Red+Green+Blue) = 71+146+190=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #4792BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4792BE is #B86D41. Grayscale: #808080. Windows color (decimal): -12086594 or 12489287. OLE color: 12489287.

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

Color convert

RGB71146190-
CMYK0.630.2300.25
HSL202.18º47.79%51.18%-
HSV(B)202.18º62.63%74.51%-
XYZ22.1725.6252.49-
YUV128.59162.6586.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.44%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=17.44%
G=35.87%
B=46.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711461900.630.2300.25202.1847.7951.18
Hex4792BE3F17019ca3033
Octal10722227677270313126063
Binary100011110010010101111101111111011101100111001010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4792BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4792BE; }

 p { color: rgb(71,146,190); }

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

<style>
 a { background-color: #4792BE; }

 a { background-color: rgb(71,146,190); }

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

<style>
 span { border-color: #4792BE; }

 span { border-color: rgb(71,146,190); }

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