Html Css Color HEX #469DDD Picton Blue

📋 copy color: '#469DDD'

red 70 ◦ green 157 ◦ blue 221

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

Shades of Picton Blue #469DDD

Tints of Picton Blue #469DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 15.63%
G = 35.04%
B = 49.33%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#469DDD (or 0x469DDD) is known color: Picton Blue. HEX triplet: 46, 9D and DD. RGB value is (70,157,221). Sum of RGB (Red+Green+Blue) = 70+157+221=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #469DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469DDD is #B96222. Grayscale: #898989. Windows color (decimal): -12149283 or 14523718. OLE color: 14523718.

HSL color Cylindrical-coordinate representation of color #469DDD: hue angle of 205.43º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #469DDD is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 157 221 -
CMYK 0.68 0.29 0 0.13
HSL 205.43º 0.69% 0.57% -
HSV(B) 205.43º 0.68% 0.87% -
XYZ 27.63 30.64 72.86 -
YUV 138.28 174.68 79.3 -
System Red Green Blue C M Y K H S L
Decimal 70 157 221 0.68 0.29 0 0.13 205.43 0.69 0.57
Hex 46 9D DD 44 1D 0 D CD 45 39
Octal 106 235 335 104 35 0 15 315 105 71
Binary 1000110 10011101 11011101 1000100 11101 0 1101 11001101 1000101 111001

Color Harmonies of #469DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469DDD

Black with #469DDD

Text Example


Text Example

White with #469DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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