#4690BE

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

Shades of Curious Blue #4690BE

Tints of Curious Blue #4690BE

Color information

#4690BE (or 0x4690BE) is unknown color: approx Curious Blue. HEX triplet: 46, 90 and BE. RGB value is (70,144,190). Sum of RGB (Red+Green+Blue) = 70+144+190=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #4690BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4690BE is #B96F41. Grayscale: #7E7E7E. Windows color (decimal): -12152642 or 12488774. OLE color: 12488774.

HSL color Cylindrical-coordinate representation of color #4690BE: hue angle of 203º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4690BE is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB70144190-
CMYK0.630.2400.25
HSL203º48%50.98%-
HSV(B)203º63.16%74.51%-
XYZ21.7924.9752.39-
YUV127.12163.4887.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.33%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=17.33%
G=35.64%
B=47.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701441900.630.2400.252034850.98
Hex4690BE3F18019cb3033
Octal10622027677300313136063
Binary100011010010000101111101111111100001100111001011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4690BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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