#4194D7

Color #4194D7 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #4194D7

Tints of Picton Blue #4194D7

Color information

#4194D7 (or 0x4194D7) is unknown color: approx Picton Blue. HEX triplet: 41, 94 and D7. RGB value is (65,148,215). Sum of RGB (Red+Green+Blue) = 65+148+215=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #4194D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4194D7 is #BE6B28. Grayscale: #828282. Windows color (decimal): -12479273 or 14128193. OLE color: 14128193.

HSL color Cylindrical-coordinate representation of color #4194D7: hue angle of 206.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4194D7 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB65148215-
CMYK0.700.3100.16
HSL206.8º65.22%54.9%-
HSV(B)206.8º69.77%84.31%-
XYZ25.0427.2168.22-
YUV130.82175.581.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.19%
GREEN value IS 148 (58.20% from 255) = 34.58%
BLUE value IS 215 (84.38% from 255) = 50.23%
R=15.19%
G=34.58%
B=50.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal651482150.700.3100.16206.865.2254.9
Hex4194D7461F010cf4137
Octal1012243271063702031710167
Binary10000011001010011010111100011011111010000110011111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4194D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4194D7; }

 p { color: rgb(65,148,215); }

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

<style>
 a { background-color: #4194D7; }

 a { background-color: rgb(65,148,215); }

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

<style>
 span { border-color: #4194D7; }

 span { border-color: rgb(65,148,215); }

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