#419AC4

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

Shades of Curious Blue #419AC4

Tints of Curious Blue #419AC4

Color information

#419AC4 (or 0x419AC4) is unknown color: approx Curious Blue. HEX triplet: 41, 9A and C4. RGB value is (65,154,196). Sum of RGB (Red+Green+Blue) = 65+154+196=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 196 - color contains mainly: blue. Hex color #419AC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419AC4 is #BE653B. Grayscale: #838383. Windows color (decimal): -12477756 or 12884545. OLE color: 12884545.

HSL color Cylindrical-coordinate representation of color #419AC4: hue angle of 199.24º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #419AC4 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB65154196-
CMYK0.670.2100.23
HSL199.24º52.61%51.18%-
HSV(B)199.24º66.84%76.86%-
XYZ23.728.2256.42-
YUV132.18164.0180.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.66%
GREEN value IS 154 (60.55% from 255) = 37.11%
BLUE value IS 196 (76.95% from 255) = 47.23%
R=15.66%
G=37.11%
B=47.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal651541960.670.2100.23199.2452.6151.18
Hex419AC44315017c73533
Octal101232304103250273076563
Binary1000001100110101100010010000111010101011111000111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419AC4; }

 p { color: rgb(65,154,196); }

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

<style>
 a { background-color: #419AC4; }

 a { background-color: rgb(65,154,196); }

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

<style>
 span { border-color: #419AC4; }

 span { border-color: rgb(65,154,196); }

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