Html Css Color HEX #469DCD Picton Blue

📋 copy color: '#469DCD'

red 70 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #469DCD

Tints of Picton Blue #469DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.34%

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

R = 16.2%
G = 36.34%
B = 47.45%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#469DCD (or 0x469DCD) is known color: Picton Blue. HEX triplet: 46, 9D and CD. RGB value is (70,157,205). Sum of RGB (Red+Green+Blue) = 70+157+205=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #469DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469DCD is #B96232. Grayscale: #888888. Windows color (decimal): -12149299 or 13475142. OLE color: 13475142.

HSL color Cylindrical-coordinate representation of color #469DCD: hue angle of 201.33º 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 #469DCD is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 157 205 -
CMYK 0.66 0.23 0 0.20
HSL 201.33º 0.57% 0.54% -
HSV(B) 201.33º 0.66% 0.8% -
XYZ 25.6 29.82 62.16 -
YUV 136.46 166.68 80.6 -
System Red Green Blue C M Y K H S L
Decimal 70 157 205 0.66 0.23 0 0.20 201.33 0.57 0.54
Hex 46 9D CD 42 17 0 14 C9 39 36
Octal 106 235 315 102 27 0 24 311 71 66
Binary 1000110 10011101 11001101 1000010 10111 0 10100 11001001 111001 110110

Color Harmonies of #469DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469DCD

Black with #469DCD

Text Example


Text Example

White with #469DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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