Html Css Color HEX #469FCE Picton Blue

📋 copy color: '#469FCE'

red 70 ◦ green 159 ◦ blue 206

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

Shades of Picton Blue #469FCE

Tints of Picton Blue #469FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.55%

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

R = 16.09%
G = 36.55%
B = 47.36%

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

#469FCE (or 0x469FCE) is known color: Picton Blue. HEX triplet: 46, 9F and CE. RGB value is (70,159,206). Sum of RGB (Red+Green+Blue) = 70+159+206=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #469FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469FCE is #B96031. Grayscale: #898989. Windows color (decimal): -12148786 or 13541190. OLE color: 13541190.

HSL color Cylindrical-coordinate representation of color #469FCE: hue angle of 200.74º 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 #469FCE is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 159 206 -
CMYK 0.66 0.23 0 0.19
HSL 200.74º 0.58% 0.54% -
HSV(B) 200.74º 0.66% 0.81% -
XYZ 26.06 30.55 62.92 -
YUV 137.75 166.51 79.68 -
System Red Green Blue C M Y K H S L
Decimal 70 159 206 0.66 0.23 0 0.19 200.74 0.58 0.54
Hex 46 9F CE 42 17 0 13 C9 3A 36
Octal 106 237 316 102 27 0 23 311 72 66
Binary 1000110 10011111 11001110 1000010 10111 0 10011 11001001 111010 110110

Color Harmonies of #469FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469FCE

Black with #469FCE

Text Example


Text Example

White with #469FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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