#4594BF

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

Shades of Curious Blue #4594BF

Tints of Curious Blue #4594BF

Color information

#4594BF (or 0x4594BF) is unknown color: approx Curious Blue. HEX triplet: 45, 94 and BF. RGB value is (69,148,191). Sum of RGB (Red+Green+Blue) = 69+148+191=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #4594BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4594BF is #BA6B40. Grayscale: #818181. Windows color (decimal): -12217153 or 12555333. OLE color: 12555333.

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

Color convert

RGB69148191-
CMYK0.640.2300.25
HSL201.15º48.8%50.98%-
HSV(B)201.15º63.87%74.9%-
XYZ22.4526.2153.17-
YUV129.28162.8385-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.91%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 191 (75% from 255) = 46.81%
R=16.91%
G=36.27%
B=46.81%

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
Decimal691481910.640.2300.25201.1548.850.98
Hex4594BF4017019c93133
Octal105224277100270313116163
Binary1000101100101001011111110000001011101100111001001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4594BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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