Html Css Color HEX #469CCE Picton Blue

📋 copy color: '#469CCE'

red 70 ◦ green 156 ◦ blue 206

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

Shades of Picton Blue #469CCE

Tints of Picton Blue #469CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 16.2%
G = 36.11%
B = 47.69%

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

#469CCE (or 0x469CCE) is known color: Picton Blue. HEX triplet: 46, 9C and CE. RGB value is (70,156,206). Sum of RGB (Red+Green+Blue) = 70+156+206=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #469CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CCE is #B96331. Grayscale: #878787. Windows color (decimal): -12149554 or 13540422. OLE color: 13540422.

HSL color Cylindrical-coordinate representation of color #469CCE: hue angle of 202.06º degrees, saturation: 0.58, 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 #469CCE is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 156 206 -
CMYK 0.66 0.24 0 0.19
HSL 202.06º 0.58% 0.54% -
HSV(B) 202.06º 0.66% 0.81% -
XYZ 25.55 29.54 62.75 -
YUV 135.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 70 156 206 0.66 0.24 0 0.19 202.06 0.58 0.54
Hex 46 9C CE 42 18 0 13 CA 3A 36
Octal 106 234 316 102 30 0 23 312 72 66
Binary 1000110 10011100 11001110 1000010 11000 0 10011 11001010 111010 110110

Color Harmonies of #469CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CCE

Black with #469CCE

Text Example


Text Example

White with #469CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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