#4197C1

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

Shades of Curious Blue #4197C1

Tints of Curious Blue #4197C1

Color information

#4197C1 (or 0x4197C1) is unknown color: approx Curious Blue. HEX triplet: 41, 97 and C1. RGB value is (65,151,193). Sum of RGB (Red+Green+Blue) = 65+151+193=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 151 (59.38% from 255 or 36.92% 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 #4197C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4197C1 is #BE683E. Grayscale: #818181. Windows color (decimal): -12478527 or 12687169. OLE color: 12687169.

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

Color convert

RGB65151193-
CMYK0.660.2200.24
HSL199.69º50.79%50.59%-
HSV(B)199.69º66.32%75.69%-
XYZ22.8727.1154.48-
YUV130.07163.5181.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.89%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 193 (75.78% from 255) = 47.19%
R=15.89%
G=36.92%
B=47.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651511930.660.2200.24199.6950.7950.59
Hex4197C14216018c83333
Octal101227301102260303106363
Binary1000001100101111100000110000101011001100011001000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4197C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,151,193); }

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

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

 a { background-color: rgb(65,151,193); }

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

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

 span { border-color: rgb(65,151,193); }

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