#4692C1

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

Shades of Curious Blue #4692C1

Tints of Curious Blue #4692C1

Color information

#4692C1 (or 0x4692C1) is unknown color: approx Curious Blue. HEX triplet: 46, 92 and C1. RGB value is (70,146,193). Sum of RGB (Red+Green+Blue) = 70+146+193=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #4692C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4692C1 is #B96D3E. Grayscale: #808080. Windows color (decimal): -12152127 or 12685894. OLE color: 12685894.

HSL color Cylindrical-coordinate representation of color #4692C1: hue angle of 202.93º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4692C1 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB70146193-
CMYK0.640.2400.24
HSL202.93º49.8%51.57%-
HSV(B)202.93º63.73%75.69%-
XYZ22.4325.7154.23-
YUV128.63164.3286.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.11%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 193 (75.78% from 255) = 47.19%
R=17.11%
G=35.70%
B=47.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701461930.640.2400.24202.9349.851.57
Hex4692C14018018cb3234
Octal106222301100300303136264
Binary1000110100100101100000110000001100001100011001011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4692C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4692C1; }

 p { color: rgb(70,146,193); }

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

<style>
 a { background-color: #4692C1; }

 a { background-color: rgb(70,146,193); }

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

<style>
 span { border-color: #4692C1; }

 span { border-color: rgb(70,146,193); }

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