#4289B8

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

Shades of Curious Blue #4289B8

Tints of Curious Blue #4289B8

Color information

#4289B8 (or 0x4289B8) is unknown color: approx Curious Blue. HEX triplet: 42, 89 and B8. RGB value is (66,137,184). Sum of RGB (Red+Green+Blue) = 66+137+184=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #4289B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4289B8 is #BD7647. Grayscale: #787878. Windows color (decimal): -12416584 or 12093762. OLE color: 12093762.

HSL color Cylindrical-coordinate representation of color #4289B8: hue angle of 203.9º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4289B8 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB66137184-
CMYK0.640.2600.28
HSL203.9º47.2%49.02%-
HSV(B)203.9º64.13%72.16%-
XYZ19.8422.5148.65-
YUV121.13163.4888.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.05%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 184 (72.27% from 255) = 47.55%
R=17.05%
G=35.40%
B=47.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal661371840.640.2600.28203.947.249.02
Hex4289B8401A01Ccc2f31
Octal102211270100320343145761
Binary1000010100010011011100010000001101001110011001100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4289B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4289B8; }

 p { color: rgb(66,137,184); }

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

<style>
 a { background-color: #4289B8; }

 a { background-color: rgb(66,137,184); }

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

<style>
 span { border-color: #4289B8; }

 span { border-color: rgb(66,137,184); }

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