#4290BB

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

Shades of Curious Blue #4290BB

Tints of Curious Blue #4290BB

Color information

#4290BB (or 0x4290BB) is unknown color: approx Curious Blue. HEX triplet: 42, 90 and BB. RGB value is (66,144,187). Sum of RGB (Red+Green+Blue) = 66+144+187=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #4290BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4290BB is #BD6F44. Grayscale: #7D7D7D. Windows color (decimal): -12414789 or 12292162. OLE color: 12292162.

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

Color convert

RGB66144187-
CMYK0.650.2300.27
HSL201.32º47.83%49.61%-
HSV(B)201.32º64.71%73.33%-
XYZ21.1924.6950.66-
YUV125.58162.6685.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.62%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=16.62%
G=36.27%
B=47.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661441870.650.2300.27201.3247.8349.61
Hex4290BB411701Bc93032
Octal102220273101270333116062
Binary1000010100100001011101110000011011101101111001001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4290BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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