Html Css Color HEX #469CDD Picton Blue

📋 copy color: '#469CDD'

red 70 ◦ green 156 ◦ blue 221

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

Shades of Picton Blue #469CDD

Tints of Picton Blue #469CDD

RGB

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

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

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

R = 15.66%
G = 34.9%
B = 49.44%

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

#469CDD (or 0x469CDD) is known color: Picton Blue. HEX triplet: 46, 9C and DD. RGB value is (70,156,221). Sum of RGB (Red+Green+Blue) = 70+156+221=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #469CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CDD is #B96322. Grayscale: #898989. Windows color (decimal): -12149539 or 14523462. OLE color: 14523462.

HSL color Cylindrical-coordinate representation of color #469CDD: hue angle of 205.83º 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 #469CDD is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 156 221 -
CMYK 0.68 0.29 0 0.13
HSL 205.83º 0.69% 0.57% -
HSV(B) 205.83º 0.68% 0.87% -
XYZ 27.47 30.3 72.81 -
YUV 137.7 175.01 79.71 -
System Red Green Blue C M Y K H S L
Decimal 70 156 221 0.68 0.29 0 0.13 205.83 0.69 0.57
Hex 46 9C DD 44 1D 0 D CE 45 39
Octal 106 234 335 104 35 0 15 316 105 71
Binary 1000110 10011100 11011101 1000100 11101 0 1101 11001110 1000101 111001

Color Harmonies of #469CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CDD

Black with #469CDD

Text Example


Text Example

White with #469CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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