Html Css Color HEX #469DCE Picton Blue

📋 copy color: '#469DCE'

red 70 ◦ green 157 ◦ blue 206

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

Shades of Picton Blue #469DCE

Tints of Picton Blue #469DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.26%

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

R = 16.17%
G = 36.26%
B = 47.58%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#469DCE (or 0x469DCE) is known color: Picton Blue. HEX triplet: 46, 9D and CE. RGB value is (70,157,206). Sum of RGB (Red+Green+Blue) = 70+157+206=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #469DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469DCE is #B96231. Grayscale: #888888. Windows color (decimal): -12149298 or 13540678. OLE color: 13540678.

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

Color convert

RGB 70 157 206 -
CMYK 0.66 0.24 0 0.19
HSL 201.62º 0.58% 0.54% -
HSV(B) 201.62º 0.66% 0.81% -
XYZ 25.72 29.87 62.8 -
YUV 136.57 167.18 80.52 -
System Red Green Blue C M Y K H S L
Decimal 70 157 206 0.66 0.24 0 0.19 201.62 0.58 0.54
Hex 46 9D CE 42 18 0 13 CA 3A 36
Octal 106 235 316 102 30 0 23 312 72 66
Binary 1000110 10011101 11001110 1000010 11000 0 10011 11001010 111010 110110

Color Harmonies of #469DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469DCE

Black with #469DCE

Text Example


Text Example

White with #469DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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