Html Css Color HEX #469FCD Picton Blue

📋 copy color: '#469FCD'

red 70 ◦ green 159 ◦ blue 205

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

Shades of Picton Blue #469FCD

Tints of Picton Blue #469FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.64%

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 16.13%
G = 36.64%
B = 47.24%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#469FCD (or 0x469FCD) is known color: Picton Blue. HEX triplet: 46, 9F and CD. RGB value is (70,159,205). Sum of RGB (Red+Green+Blue) = 70+159+205=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #469FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469FCD is #B96032. Grayscale: #898989. Windows color (decimal): -12148787 or 13475654. OLE color: 13475654.

HSL color Cylindrical-coordinate representation of color #469FCD: hue angle of 200.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #469FCD is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 159 205 -
CMYK 0.66 0.22 0 0.20
HSL 200.44º 0.57% 0.54% -
HSV(B) 200.44º 0.66% 0.8% -
XYZ 25.94 30.51 62.28 -
YUV 137.63 166.01 79.76 -
System Red Green Blue C M Y K H S L
Decimal 70 159 205 0.66 0.22 0 0.20 200.44 0.57 0.54
Hex 46 9F CD 42 16 0 14 C8 39 36
Octal 106 237 315 102 26 0 24 310 71 66
Binary 1000110 10011111 11001101 1000010 10110 0 10100 11001000 111001 110110

Color Harmonies of #469FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469FCD

Black with #469FCD

Text Example


Text Example

White with #469FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,159,205); }

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

background-color css

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

 a { background-color: rgb(70,159,205); }

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

border-color css

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

 span { border-color: rgb(70,159,205); }

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