#4698C6

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

Shades of Picton Blue #4698C6

Tints of Picton Blue #4698C6

Color information

#4698C6 (or 0x4698C6) is unknown color: approx Picton Blue. HEX triplet: 46, 98 and C6. RGB value is (70,152,198). Sum of RGB (Red+Green+Blue) = 70+152+198=420 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.67% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #4698C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4698C6 is #B96739. Grayscale: #848484. Windows color (decimal): -12150586 or 13015110. OLE color: 13015110.

HSL color Cylindrical-coordinate representation of color #4698C6: hue angle of 201.56º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4698C6 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB70152198-
CMYK0.650.2300.22
HSL201.56º52.89%52.55%-
HSV(B)201.56º64.65%77.65%-
XYZ23.9527.8457.54-
YUV132.73164.8383.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.67%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 198 (77.73% from 255) = 47.14%
R=16.67%
G=36.19%
B=47.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701521980.650.2300.22201.5652.8952.55
Hex4698C64117016ca3535
Octal106230306101270263126565
Binary1000110100110001100011010000011011101011011001010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4698C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4698C6; }

 p { color: rgb(70,152,198); }

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

<style>
 a { background-color: #4698C6; }

 a { background-color: rgb(70,152,198); }

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

<style>
 span { border-color: #4698C6; }

 span { border-color: rgb(70,152,198); }

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