#4292BB

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

Shades of Curious Blue #4292BB

Tints of Curious Blue #4292BB

Color information

#4292BB (or 0x4292BB) is unknown color: approx Curious Blue. HEX triplet: 42, 92 and BB. RGB value is (66,146,187). Sum of RGB (Red+Green+Blue) = 66+146+187=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #4292BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4292BB is #BD6D44. Grayscale: #7E7E7E. Windows color (decimal): -12414277 or 12292674. OLE color: 12292674.

HSL color Cylindrical-coordinate representation of color #4292BB: hue angle of 200.33º 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 #4292BB is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66146187-
CMYK0.650.2200.27
HSL200.33º47.83%49.61%-
HSV(B)200.33º64.71%73.33%-
XYZ21.525.350.76-
YUV126.7516284.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.54%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=16.54%
G=36.59%
B=46.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661461870.650.2200.27200.3347.8349.61
Hex4292BB411601Bc83032
Octal102222273101260333106062
Binary1000010100100101011101110000011011001101111001000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4292BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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