Html Css Color HEX #469ADB Picton Blue

📋 copy color: '#469ADB'

red 70 ◦ green 154 ◦ blue 219

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

Shades of Picton Blue #469ADB

Tints of Picton Blue #469ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.76%

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

R = 15.8%
G = 34.76%
B = 49.44%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#469ADB (or 0x469ADB) is known color: Picton Blue. HEX triplet: 46, 9A and DB. RGB value is (70,154,219). Sum of RGB (Red+Green+Blue) = 70+154+219=443 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.80% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #469ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ADB is #B96524. Grayscale: #878787. Windows color (decimal): -12150053 or 14391878. OLE color: 14391878.

HSL color Cylindrical-coordinate representation of color #469ADB: hue angle of 206.17º 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 #469ADB is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 154 219 -
CMYK 0.68 0.30 0 0.14
HSL 206.17º 0.67% 0.57% -
HSV(B) 206.17º 0.68% 0.86% -
XYZ 26.87 29.53 71.3 -
YUV 136.29 174.67 80.71 -
System Red Green Blue C M Y K H S L
Decimal 70 154 219 0.68 0.30 0 0.14 206.17 0.67 0.57
Hex 46 9A DB 44 1E 0 E CE 43 39
Octal 106 232 333 104 36 0 16 316 103 71
Binary 1000110 10011010 11011011 1000100 11110 0 1110 11001110 1000011 111001

Color Harmonies of #469ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469ADB

Black with #469ADB

Text Example


Text Example

White with #469ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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