#469ECA

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

Shades of Picton Blue #469ECA

Tints of Picton Blue #469ECA

Color information

#469ECA (or 0x469ECA) is unknown color: approx Picton Blue. HEX triplet: 46, 9E and CA. RGB value is (70,158,202). Sum of RGB (Red+Green+Blue) = 70+158+202=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #469ECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ECA is #B96135. Grayscale: #888888. Windows color (decimal): -12149046 or 13278790. OLE color: 13278790.

HSL color Cylindrical-coordinate representation of color #469ECA: hue angle of 200º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #469ECA is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB70158202-
CMYK0.650.2200.21
HSL200º55.46%53.33%-
HSV(B)200º65.35%79.22%-
XYZ25.4130.0260.33-
YUV136.7164.8580.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.28%
GREEN value IS 158 (62.11% from 255) = 36.74%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=16.28%
G=36.74%
B=46.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701582020.650.2200.2120055.4653.33
Hex469ECA4116015c83735
Octal106236312101260253106765
Binary1000110100111101100101010000011011001010111001000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469ECA; }

 p { color: rgb(70,158,202); }

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

<style>
 a { background-color: #469ECA; }

 a { background-color: rgb(70,158,202); }

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

<style>
 span { border-color: #469ECA; }

 span { border-color: rgb(70,158,202); }

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