#4590BB

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

Shades of Curious Blue #4590BB

Tints of Curious Blue #4590BB

Color information

#4590BB (or 0x4590BB) is unknown color: approx Curious Blue. HEX triplet: 45, 90 and BB. RGB value is (69,144,187). Sum of RGB (Red+Green+Blue) = 69+144+187=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #4590BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4590BB is #BA6F44. Grayscale: #7E7E7E. Windows color (decimal): -12218181 or 12292165. OLE color: 12292165.

HSL color Cylindrical-coordinate representation of color #4590BB: hue angle of 201.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4590BB is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69144187-
CMYK0.630.2300.27
HSL201.86º46.46%50.2%-
HSV(B)201.86º63.1%73.33%-
XYZ21.424.850.67-
YUV126.48162.1587-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.25%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=17.25%
G=36%
B=46.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691441870.630.2300.27201.8646.4650.2
Hex4590BB3F1701Bca2e32
Octal10522027377270333125662
Binary100010110010000101110111111111011101101111001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4590BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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