Html Css Color HEX #469ECE Picton Blue

📋 copy color: '#469ECE'

red 70 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #469ECE

Tints of Picton Blue #469ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 16.13%
G = 36.41%
B = 47.47%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#469ECE (or 0x469ECE) is known color: Picton Blue. HEX triplet: 46, 9E and CE. RGB value is (70,158,206). Sum of RGB (Red+Green+Blue) = 70+158+206=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #469ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ECE is #B96131. Grayscale: #888888. Windows color (decimal): -12149042 or 13540934. OLE color: 13540934.

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

Color convert

RGB 70 158 206 -
CMYK 0.66 0.23 0 0.19
HSL 201.18º 0.58% 0.54% -
HSV(B) 201.18º 0.66% 0.81% -
XYZ 25.89 30.21 62.86 -
YUV 137.16 166.85 80.1 -
System Red Green Blue C M Y K H S L
Decimal 70 158 206 0.66 0.23 0 0.19 201.18 0.58 0.54
Hex 46 9E CE 42 17 0 13 C9 3A 36
Octal 106 236 316 102 27 0 23 311 72 66
Binary 1000110 10011110 11001110 1000010 10111 0 10011 11001001 111010 110110

Color Harmonies of #469ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469ECE

Black with #469ECE

Text Example


Text Example

White with #469ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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