Html Css Color HEX #469DCF Picton Blue

📋 copy color: '#469DCF'

red 70 ◦ green 157 ◦ blue 207

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

Shades of Picton Blue #469DCF

Tints of Picton Blue #469DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 16.13%
G = 36.18%
B = 47.7%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#469DCF (or 0x469DCF) is known color: Picton Blue. HEX triplet: 46, 9D and CF. RGB value is (70,157,207). Sum of RGB (Red+Green+Blue) = 70+157+207=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #469DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469DCF is #B96230. Grayscale: #888888. Windows color (decimal): -12149297 or 13606214. OLE color: 13606214.

HSL color Cylindrical-coordinate representation of color #469DCF: hue angle of 201.9º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #469DCF is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 157 207 -
CMYK 0.66 0.24 0 0.19
HSL 201.9º 0.59% 0.54% -
HSV(B) 201.9º 0.66% 0.81% -
XYZ 25.85 29.92 63.44 -
YUV 136.69 167.68 80.43 -
System Red Green Blue C M Y K H S L
Decimal 70 157 207 0.66 0.24 0 0.19 201.9 0.59 0.54
Hex 46 9D CF 42 18 0 13 CA 3B 36
Octal 106 235 317 102 30 0 23 312 73 66
Binary 1000110 10011101 11001111 1000010 11000 0 10011 11001010 111011 110110

Color Harmonies of #469DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469DCF

Black with #469DCF

Text Example


Text Example

White with #469DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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