#4192BC

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

Shades of Curious Blue #4192BC

Tints of Curious Blue #4192BC

Color information

#4192BC (or 0x4192BC) is unknown color: approx Curious Blue. HEX triplet: 41, 92 and BC. RGB value is (65,146,188). Sum of RGB (Red+Green+Blue) = 65+146+188=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #4192BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4192BC is #BE6D43. Grayscale: #7E7E7E. Windows color (decimal): -12479812 or 12358209. OLE color: 12358209.

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

Color convert

RGB65146188-
CMYK0.650.2200.26
HSL200.49º48.62%49.61%-
HSV(B)200.49º65.43%73.73%-
XYZ21.5425.3151.33-
YUV126.57162.6684.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.29%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=16.29%
G=36.59%
B=47.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651461880.650.2200.26200.4948.6249.61
Hex4192BC411601Ac83132
Octal101222274101260323106162
Binary1000001100100101011110010000011011001101011001000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4192BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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