#4192BB

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

Shades of Curious Blue #4192BB

Tints of Curious Blue #4192BB

Color information

#4192BB (or 0x4192BB) is unknown color: approx Curious Blue. HEX triplet: 41, 92 and BB. RGB value is (65,146,187). Sum of RGB (Red+Green+Blue) = 65+146+187=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #4192BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4192BB is #BE6D44. Grayscale: #7E7E7E. Windows color (decimal): -12479813 or 12292673. OLE color: 12292673.

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

Color convert

RGB65146187-
CMYK0.650.2200.27
HSL200.16º48.41%49.41%-
HSV(B)200.16º65.24%73.33%-
XYZ21.4325.2750.76-
YUV126.46162.1684.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.33%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=16.33%
G=36.68%
B=46.98%

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
Decimal651461870.650.2200.27200.1648.4149.41
Hex4192BB411601Bc83031
Octal101222273101260333106061
Binary1000001100100101011101110000011011001101111001000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4192BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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