#4192CC

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

Shades of Curious Blue #4192CC

Tints of Curious Blue #4192CC

Color information

#4192CC (or 0x4192CC) is unknown color: approx Curious Blue. HEX triplet: 41, 92 and CC. RGB value is (65,146,204). Sum of RGB (Red+Green+Blue) = 65+146+204=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #4192CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4192CC is #BE6D33. Grayscale: #808080. Windows color (decimal): -12479796 or 13406785. OLE color: 13406785.

HSL color Cylindrical-coordinate representation of color #4192CC: hue angle of 205.04º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4192CC is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB65146204-
CMYK0.680.2800.2
HSL205.04º57.68%52.75%-
HSV(B)205.04º68.14%80%-
XYZ23.3626.0460.92-
YUV128.39170.6682.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.66%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 204 (80.08% from 255) = 49.16%
R=15.66%
G=35.18%
B=49.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal651462040.680.2800.2205.0457.6852.75
Hex4192CC441C014cd3a35
Octal101222314104340243157265
Binary1000001100100101100110010001001110001010011001101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4192CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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