#459BCF

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

Shades of Picton Blue #459BCF

Tints of Picton Blue #459BCF

Color information

#459BCF (or 0x459BCF) is unknown color: approx Picton Blue. HEX triplet: 45, 9B and CF. RGB value is (69,155,207). Sum of RGB (Red+Green+Blue) = 69+155+207=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #459BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BCF is #BA6430. Grayscale: #868686. Windows color (decimal): -12215345 or 13605701. OLE color: 13605701.

HSL color Cylindrical-coordinate representation of color #459BCF: hue angle of 202.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #459BCF is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB69155207-
CMYK0.670.2500.19
HSL202.61º58.97%54.12%-
HSV(B)202.61º66.67%81.18%-
XYZ25.4429.2163.33-
YUV135.21168.5180.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.01%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 207 (81.25% from 255) = 48.03%
R=16.01%
G=35.96%
B=48.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal691552070.670.2500.19202.6158.9754.12
Hex459BCF4319013cb3b36
Octal105233317103310233137366
Binary1000101100110111100111110000111100101001111001011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459BCF; }

 p { color: rgb(69,155,207); }

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

<style>
 a { background-color: #459BCF; }

 a { background-color: rgb(69,155,207); }

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

<style>
 span { border-color: #459BCF; }

 span { border-color: rgb(69,155,207); }

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