Html Css Color HEX #469CDB Picton Blue

📋 copy color: '#469CDB'

red 70 ◦ green 156 ◦ blue 219

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

Shades of Picton Blue #469CDB

Tints of Picton Blue #469CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.06%

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

R = 15.73%
G = 35.06%
B = 49.21%

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

#469CDB (or 0x469CDB) is known color: Picton Blue. HEX triplet: 46, 9C and DB. RGB value is (70,156,219). Sum of RGB (Red+Green+Blue) = 70+156+219=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #469CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CDB is #B96324. Grayscale: #898989. Windows color (decimal): -12149541 or 14392390. OLE color: 14392390.

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

Color convert

RGB 70 156 219 -
CMYK 0.68 0.29 0 0.14
HSL 205.37º 0.67% 0.57% -
HSV(B) 205.37º 0.68% 0.86% -
XYZ 27.2 30.19 71.41 -
YUV 137.47 174.01 79.88 -
System Red Green Blue C M Y K H S L
Decimal 70 156 219 0.68 0.29 0 0.14 205.37 0.67 0.57
Hex 46 9C DB 44 1D 0 E CD 43 39
Octal 106 234 333 104 35 0 16 315 103 71
Binary 1000110 10011100 11011011 1000100 11101 0 1110 11001101 1000011 111001

Color Harmonies of #469CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CDB

Black with #469CDB

Text Example


Text Example

White with #469CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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