#4795BF

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

Shades of Curious Blue #4795BF

Tints of Curious Blue #4795BF

Color information

#4795BF (or 0x4795BF) is unknown color: approx Curious Blue. HEX triplet: 47, 95 and BF. RGB value is (71,149,191). Sum of RGB (Red+Green+Blue) = 71+149+191=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 149 (58.59% from 255 or 36.25% 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 #4795BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4795BF is #B86A40. Grayscale: #828282. Windows color (decimal): -12085825 or 12555591. OLE color: 12555591.

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

Color convert

RGB71149191-
CMYK0.630.2200.25
HSL201º48.39%51.37%-
HSV(B)201º62.83%74.9%-
XYZ22.7526.653.22-
YUV130.47162.1685.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.27%
GREEN value IS 149 (58.59% from 255) = 36.25%
BLUE value IS 191 (75% from 255) = 46.47%
R=17.27%
G=36.25%
B=46.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711491910.630.2200.2520148.3951.37
Hex4795BF3F16019c93033
Octal10722527777260313116063
Binary100011110010101101111111111111011001100111001001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4795BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,149,191); }

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

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

 a { background-color: rgb(71,149,191); }

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

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

 span { border-color: rgb(71,149,191); }

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