#4590BE

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

Shades of Curious Blue #4590BE

Tints of Curious Blue #4590BE

Color information

#4590BE (or 0x4590BE) is unknown color: approx Curious Blue. HEX triplet: 45, 90 and BE. RGB value is (69,144,190). Sum of RGB (Red+Green+Blue) = 69+144+190=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #4590BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4590BE is #BA6F41. Grayscale: #7E7E7E. Windows color (decimal): -12218178 or 12488773. OLE color: 12488773.

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

Color convert

RGB69144190-
CMYK0.640.2400.25
HSL202.81º48.21%50.78%-
HSV(B)202.81º63.68%74.51%-
XYZ21.7224.9352.38-
YUV126.82163.6586.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.12%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=17.12%
G=35.73%
B=47.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691441900.640.2400.25202.8148.2150.78
Hex4590BE4018019cb3033
Octal105220276100300313136063
Binary1000101100100001011111010000001100001100111001011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4590BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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