#4593BF

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

Shades of Curious Blue #4593BF

Tints of Curious Blue #4593BF

Color information

#4593BF (or 0x4593BF) is unknown color: approx Curious Blue. HEX triplet: 45, 93 and BF. RGB value is (69,147,191). Sum of RGB (Red+Green+Blue) = 69+147+191=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #4593BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4593BF is #BA6C40. Grayscale: #808080. Windows color (decimal): -12217409 or 12555077. OLE color: 12555077.

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

Color convert

RGB69147191-
CMYK0.640.2300.25
HSL201.64º48.8%50.98%-
HSV(B)201.64º63.87%74.9%-
XYZ22.2925.8953.11-
YUV128.69163.1685.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.95%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 191 (75% from 255) = 46.93%
R=16.95%
G=36.12%
B=46.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691471910.640.2300.25201.6448.850.98
Hex4593BF4017019ca3133
Octal105223277100270313126163
Binary1000101100100111011111110000001011101100111001010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4593BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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