#4593C0

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

Shades of Curious Blue #4593C0

Tints of Curious Blue #4593C0

Color information

#4593C0 (or 0x4593C0) is unknown color: approx Curious Blue. HEX triplet: 45, 93 and C0. RGB value is (69,147,192). Sum of RGB (Red+Green+Blue) = 69+147+192=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #4593C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4593C0 is #BA6C3F. Grayscale: #808080. Windows color (decimal): -12217408 or 12620613. OLE color: 12620613.

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

Color convert

RGB69147192-
CMYK0.640.2300.25
HSL201.95º49.4%51.18%-
HSV(B)201.95º64.06%75.29%-
XYZ22.425.9453.7-
YUV128.81163.6685.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.91%
GREEN value IS 147 (57.81% from 255) = 36.03%
BLUE value IS 192 (75.39% from 255) = 47.06%
R=16.91%
G=36.03%
B=47.06%

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
Decimal691471920.640.2300.25201.9549.451.18
Hex4593C04017019ca3133
Octal105223300100270313126163
Binary1000101100100111100000010000001011101100111001010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4593C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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