Html Css Color HEX #469ECD Picton Blue

📋 copy color: '#469ECD'

red 70 ◦ green 158 ◦ blue 205

#469ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #469ECD

Tints of Picton Blue #469ECD

RGB

 RED value IS 70 (27.73% from 255) = 16.17%

 GREEN value IS 158 (62.11% from 255) = 36.49%

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 16.17%
G = 36.49%
B = 47.34%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#469ECD (or 0x469ECD) is known color: Picton Blue. HEX triplet: 46, 9E and CD. RGB value is (70,158,205). Sum of RGB (Red+Green+Blue) = 70+158+205=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #469ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ECD is #B96132. Grayscale: #888888. Windows color (decimal): -12149043 or 13475398. OLE color: 13475398.

HSL color Cylindrical-coordinate representation of color #469ECD: hue angle of 200.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #469ECD is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 158 205 -
CMYK 0.66 0.23 0 0.20
HSL 200.89º 0.57% 0.54% -
HSV(B) 200.89º 0.66% 0.8% -
XYZ 25.77 30.16 62.22 -
YUV 137.05 166.35 80.18 -
System Red Green Blue C M Y K H S L
Decimal 70 158 205 0.66 0.23 0 0.20 200.89 0.57 0.54
Hex 46 9E CD 42 17 0 14 C9 39 36
Octal 106 236 315 102 27 0 24 311 71 66
Binary 1000110 10011110 11001101 1000010 10111 0 10100 11001001 111001 110110

Color Harmonies of #469ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469ECD

Black with #469ECD

Text Example


Text Example

White with #469ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #469ECD;
 }
 .AnyTagClassName
 {
   color: #469ECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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