#4790C2

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

Shades of Curious Blue #4790C2

Tints of Curious Blue #4790C2

Color information

#4790C2 (or 0x4790C2) is unknown color: approx Curious Blue. HEX triplet: 47, 90 and C2. RGB value is (71,144,194). Sum of RGB (Red+Green+Blue) = 71+144+194=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #4790C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4790C2 is #B86F3D. Grayscale: #7F7F7F. Windows color (decimal): -12087102 or 12750919. OLE color: 12750919.

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

Color convert

RGB71144194-
CMYK0.630.2600.24
HSL204.39º50.2%51.96%-
HSV(B)204.39º63.4%76.08%-
XYZ22.3125.1854.72-
YUV127.87165.3287.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.36%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 194 (76.17% from 255) = 47.43%
R=17.36%
G=35.21%
B=47.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal711441940.630.2600.24204.3950.251.96
Hex4790C23F1A018cc3234
Octal10722030277320303146264
Binary100011110010000110000101111111101001100011001100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4790C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4790C2; }

 p { color: rgb(71,144,194); }

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

<style>
 a { background-color: #4790C2; }

 a { background-color: rgb(71,144,194); }

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

<style>
 span { border-color: #4790C2; }

 span { border-color: rgb(71,144,194); }

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