Html Css Color HEX #469CCD Picton Blue

📋 copy color: '#469CCD'

red 70 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #469CCD

Tints of Picton Blue #469CCD

RGB

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

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

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

R = 16.24%
G = 36.19%
B = 47.56%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#469CCD (or 0x469CCD) is known color: Picton Blue. HEX triplet: 46, 9C and CD. RGB value is (70,156,205). Sum of RGB (Red+Green+Blue) = 70+156+205=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #469CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CCD is #B96332. Grayscale: #878787. Windows color (decimal): -12149555 or 13474886. OLE color: 13474886.

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

Color convert

RGB 70 156 205 -
CMYK 0.66 0.24 0 0.20
HSL 201.78º 0.57% 0.54% -
HSV(B) 201.78º 0.66% 0.8% -
XYZ 25.43 29.49 62.11 -
YUV 135.87 167.01 81.02 -
System Red Green Blue C M Y K H S L
Decimal 70 156 205 0.66 0.24 0 0.20 201.78 0.57 0.54
Hex 46 9C CD 42 18 0 14 CA 39 36
Octal 106 234 315 102 30 0 24 312 71 66
Binary 1000110 10011100 11001101 1000010 11000 0 10100 11001010 111001 110110

Color Harmonies of #469CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CCD

Black with #469CCD

Text Example


Text Example

White with #469CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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