#4590C2

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

Shades of Curious Blue #4590C2

Tints of Curious Blue #4590C2

Color information

#4590C2 (or 0x4590C2) is unknown color: approx Curious Blue. HEX triplet: 45, 90 and C2. RGB value is (69,144,194). Sum of RGB (Red+Green+Blue) = 69+144+194=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #4590C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4590C2 is #BA6F3D. Grayscale: #7F7F7F. Windows color (decimal): -12218174 or 12750917. OLE color: 12750917.

HSL color Cylindrical-coordinate representation of color #4590C2: hue angle of 204º 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 #4590C2 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB69144194-
CMYK0.640.2600.24
HSL204º50.61%51.57%-
HSV(B)204º64.43%76.08%-
XYZ22.1725.1154.72-
YUV127.28165.6586.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.95%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 194 (76.17% from 255) = 47.67%
R=16.95%
G=35.38%
B=47.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691441940.640.2600.2420450.6151.57
Hex4590C2401A018cc3334
Octal105220302100320303146364
Binary1000101100100001100001010000001101001100011001100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4590C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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