#4492CD

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

Shades of Curious Blue #4492CD

Tints of Curious Blue #4492CD

Color information

#4492CD (or 0x4492CD) is unknown color: approx Curious Blue. HEX triplet: 44, 92 and CD. RGB value is (68,146,205). Sum of RGB (Red+Green+Blue) = 68+146+205=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #4492CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4492CD is #BB6D32. Grayscale: #818181. Windows color (decimal): -12283187 or 13472324. OLE color: 13472324.

HSL color Cylindrical-coordinate representation of color #4492CD: hue angle of 205.84º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4492CD is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68146205-
CMYK0.670.2900.20
HSL205.84º57.81%53.53%-
HSV(B)205.84º66.83%80.39%-
XYZ23.6826.1961.57-
YUV129.4170.6684.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.23%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 205 (80.47% from 255) = 48.93%
R=16.23%
G=34.84%
B=48.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681462050.670.2900.20205.8457.8153.53
Hex4492CD431D014ce3a36
Octal104222315103350243167266
Binary1000100100100101100110110000111110101010011001110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4492CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4492CD; }

 p { color: rgb(68,146,205); }

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

<style>
 a { background-color: #4492CD; }

 a { background-color: rgb(68,146,205); }

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

<style>
 span { border-color: #4492CD; }

 span { border-color: rgb(68,146,205); }

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