Html Css Color HEX #469ED6 Picton Blue

📋 copy color: '#469ED6'

red 70 ◦ green 158 ◦ blue 214

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

Shades of Picton Blue #469ED6

Tints of Picton Blue #469ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.42%

R = 15.84%
G = 35.75%
B = 48.42%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#469ED6 (or 0x469ED6) is known color: Picton Blue. HEX triplet: 46, 9E and D6. RGB value is (70,158,214). Sum of RGB (Red+Green+Blue) = 70+158+214=442 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.84% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #469ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ED6 is #B96129. Grayscale: #898989. Windows color (decimal): -12149034 or 14065222. OLE color: 14065222.

HSL color Cylindrical-coordinate representation of color #469ED6: hue angle of 203.33º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #469ED6 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 158 214 -
CMYK 0.67 0.26 0 0.16
HSL 203.33º 0.64% 0.56% -
HSV(B) 203.33º 0.67% 0.84% -
XYZ 26.89 30.61 68.11 -
YUV 138.07 170.85 79.45 -
System Red Green Blue C M Y K H S L
Decimal 70 158 214 0.67 0.26 0 0.16 203.33 0.64 0.56
Hex 46 9E D6 43 1A 0 10 CB 40 38
Octal 106 236 326 103 32 0 20 313 100 70
Binary 1000110 10011110 11010110 1000011 11010 0 10000 11001011 1000000 111000

Color Harmonies of #469ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469ED6

Black with #469ED6

Text Example


Text Example

White with #469ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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