Html Css Color HEX #469EDB Picton Blue

📋 copy color: '#469EDB'

red 70 ◦ green 158 ◦ blue 219

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

Shades of Picton Blue #469EDB

Tints of Picton Blue #469EDB

RGB

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

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

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

R = 15.66%
G = 35.35%
B = 48.99%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#469EDB (or 0x469EDB) is known color: Picton Blue. HEX triplet: 46, 9E and DB. RGB value is (70,158,219). Sum of RGB (Red+Green+Blue) = 70+158+219=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #469EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469EDB is #B96124. Grayscale: #8A8A8A. Windows color (decimal): -12149029 or 14392902. OLE color: 14392902.

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

Color convert

RGB 70 158 219 -
CMYK 0.68 0.28 0 0.14
HSL 204.56º 0.67% 0.57% -
HSV(B) 204.56º 0.68% 0.86% -
XYZ 27.54 30.87 71.52 -
YUV 138.64 173.35 79.04 -
System Red Green Blue C M Y K H S L
Decimal 70 158 219 0.68 0.28 0 0.14 204.56 0.67 0.57
Hex 46 9E DB 44 1C 0 E CD 43 39
Octal 106 236 333 104 34 0 16 315 103 71
Binary 1000110 10011110 11011011 1000100 11100 0 1110 11001101 1000011 111001

Color Harmonies of #469EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469EDB

Black with #469EDB

Text Example


Text Example

White with #469EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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