#4491CA

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

Shades of Curious Blue #4491CA

Tints of Curious Blue #4491CA

Color information

#4491CA (or 0x4491CA) is unknown color: approx Curious Blue. HEX triplet: 44, 91 and CA. RGB value is (68,145,202). Sum of RGB (Red+Green+Blue) = 68+145+202=415 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.39% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #4491CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4491CA is #BB6E35. Grayscale: #808080. Windows color (decimal): -12283446 or 13275460. OLE color: 13275460.

HSL color Cylindrical-coordinate representation of color #4491CA: hue angle of 205.52º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4491CA is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB68145202-
CMYK0.660.2800.21
HSL205.52º55.83%52.94%-
HSV(B)205.52º66.34%79.22%-
XYZ23.1725.7459.63-
YUV128.48169.4984.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.39%
GREEN value IS 145 (57.03% from 255) = 34.94%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=16.39%
G=34.94%
B=48.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal681452020.660.2800.21205.5255.8352.94
Hex4491CA421C015ce3835
Octal104221312102340253167065
Binary1000100100100011100101010000101110001010111001110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4491CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4491CA; }

 p { color: rgb(68,145,202); }

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

<style>
 a { background-color: #4491CA; }

 a { background-color: rgb(68,145,202); }

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

<style>
 span { border-color: #4491CA; }

 span { border-color: rgb(68,145,202); }

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