Html Css Color HEX #469CDC Picton Blue

📋 copy color: '#469CDC'

red 70 ◦ green 156 ◦ blue 220

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

Shades of Picton Blue #469CDC

Tints of Picton Blue #469CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 15.7%
G = 34.98%
B = 49.33%

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

#469CDC (or 0x469CDC) is known color: Picton Blue. HEX triplet: 46, 9C and DC. RGB value is (70,156,220). Sum of RGB (Red+Green+Blue) = 70+156+220=446 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.70% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #469CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CDC is #B96323. Grayscale: #898989. Windows color (decimal): -12149540 or 14457926. OLE color: 14457926.

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

Color convert

RGB 70 156 220 -
CMYK 0.68 0.29 0 0.14
HSL 205.6º 0.68% 0.57% -
HSV(B) 205.6º 0.68% 0.86% -
XYZ 27.33 30.25 72.11 -
YUV 137.58 174.51 79.8 -
System Red Green Blue C M Y K H S L
Decimal 70 156 220 0.68 0.29 0 0.14 205.6 0.68 0.57
Hex 46 9C DC 44 1D 0 E CE 44 39
Octal 106 234 334 104 35 0 16 316 104 71
Binary 1000110 10011100 11011100 1000100 11101 0 1110 11001110 1000100 111001

Color Harmonies of #469CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CDC

Black with #469CDC

Text Example


Text Example

White with #469CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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