#4689BD

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

Shades of Curious Blue #4689BD

Tints of Curious Blue #4689BD

Color information

#4689BD (or 0x4689BD) is unknown color: approx Curious Blue. HEX triplet: 46, 89 and BD. RGB value is (70,137,189). Sum of RGB (Red+Green+Blue) = 70+137+189=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #4689BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4689BD is #B97642. Grayscale: #7A7A7A. Windows color (decimal): -12154435 or 12421446. OLE color: 12421446.

HSL color Cylindrical-coordinate representation of color #4689BD: hue angle of 206.22º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4689BD is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB70137189-
CMYK0.630.2800.26
HSL206.22º47.41%50.78%-
HSV(B)206.22º62.96%74.12%-
XYZ20.6622.8751.47-
YUV122.89165.390.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.68%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=17.68%
G=34.60%
B=47.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701371890.630.2800.26206.2247.4150.78
Hex4689BD3F1C01Ace2f33
Octal10621127577340323165763
Binary100011010001001101111011111111110001101011001110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4689BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4689BD; }

 p { color: rgb(70,137,189); }

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

<style>
 a { background-color: #4689BD; }

 a { background-color: rgb(70,137,189); }

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

<style>
 span { border-color: #4689BD; }

 span { border-color: rgb(70,137,189); }

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