Html Css Color HEX #469BDB Picton Blue

📋 copy color: '#469BDB'

red 70 ◦ green 155 ◦ blue 219

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

Shades of Picton Blue #469BDB

Tints of Picton Blue #469BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.91%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 15.77%
G = 34.91%
B = 49.32%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#469BDB (or 0x469BDB) is known color: Picton Blue. HEX triplet: 46, 9B and DB. RGB value is (70,155,219). Sum of RGB (Red+Green+Blue) = 70+155+219=444 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.77% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #469BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BDB is #B96424. Grayscale: #888888. Windows color (decimal): -12149797 or 14392134. OLE color: 14392134.

HSL color Cylindrical-coordinate representation of color #469BDB: hue angle of 205.77º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #469BDB is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 155 219 -
CMYK 0.68 0.29 0 0.14
HSL 205.77º 0.67% 0.57% -
HSV(B) 205.77º 0.68% 0.86% -
XYZ 27.03 29.86 71.36 -
YUV 136.88 174.34 80.3 -
System Red Green Blue C M Y K H S L
Decimal 70 155 219 0.68 0.29 0 0.14 205.77 0.67 0.57
Hex 46 9B DB 44 1D 0 E CE 43 39
Octal 106 233 333 104 35 0 16 316 103 71
Binary 1000110 10011011 11011011 1000100 11101 0 1110 11001110 1000011 111001

Color Harmonies of #469BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BDB

Black with #469BDB

Text Example


Text Example

White with #469BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,155,219); }

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

background-color css

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

 a { background-color: rgb(70,155,219); }

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

border-color css

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

 span { border-color: rgb(70,155,219); }

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