#4599C2

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

Shades of Curious Blue #4599C2

Tints of Curious Blue #4599C2

Color information

#4599C2 (or 0x4599C2) is unknown color: approx Curious Blue. HEX triplet: 45, 99 and C2. RGB value is (69,153,194). Sum of RGB (Red+Green+Blue) = 69+153+194=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #4599C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4599C2 is #BA663D. Grayscale: #848484. Windows color (decimal): -12215870 or 12753221. OLE color: 12753221.

HSL color Cylindrical-coordinate representation of color #4599C2: hue angle of 199.68º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4599C2 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB69153194-
CMYK0.640.2100.24
HSL199.68º50.61%51.57%-
HSV(B)199.68º64.43%76.08%-
XYZ23.5827.9455.19-
YUV132.56162.6782.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.59%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 194 (76.17% from 255) = 46.63%
R=16.59%
G=36.78%
B=46.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691531940.640.2100.24199.6850.6151.57
Hex4599C24015018c83334
Octal105231302100250303106364
Binary1000101100110011100001010000001010101100011001000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4599C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4599C2; }

 p { color: rgb(69,153,194); }

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

<style>
 a { background-color: #4599C2; }

 a { background-color: rgb(69,153,194); }

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

<style>
 span { border-color: #4599C2; }

 span { border-color: rgb(69,153,194); }

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