#4595BF

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

Shades of Curious Blue #4595BF

Tints of Curious Blue #4595BF

Color information

#4595BF (or 0x4595BF) is unknown color: approx Curious Blue. HEX triplet: 45, 95 and BF. RGB value is (69,149,191). Sum of RGB (Red+Green+Blue) = 69+149+191=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #4595BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4595BF is #BA6A40. Grayscale: #818181. Windows color (decimal): -12216897 or 12555589. OLE color: 12555589.

HSL color Cylindrical-coordinate representation of color #4595BF: hue angle of 200.66º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4595BF is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB69149191-
CMYK0.640.2200.25
HSL200.66º48.8%50.98%-
HSV(B)200.66º63.87%74.9%-
XYZ22.6126.5253.22-
YUV129.87162.584.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.87%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 191 (75% from 255) = 46.70%
R=16.87%
G=36.43%
B=46.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691491910.640.2200.25200.6648.850.98
Hex4595BF4016019c93133
Octal105225277100260313116163
Binary1000101100101011011111110000001011001100111001001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4595BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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