Html Css Color HEX #489ECD Picton Blue

📋 copy color: '#489ECD'

red 72 ◦ green 158 ◦ blue 205

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

Shades of Picton Blue #489ECD

Tints of Picton Blue #489ECD

RGB

 RED value IS 72 (28.52% from 255) = 16.55%

 GREEN value IS 158 (62.11% from 255) = 36.32%

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

R = 16.55%
G = 36.32%
B = 47.13%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#489ECD (or 0x489ECD) is known color: Picton Blue. HEX triplet: 48, 9E and CD. RGB value is (72,158,205). Sum of RGB (Red+Green+Blue) = 72+158+205=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #489ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489ECD is #B76132. Grayscale: #898989. Windows color (decimal): -12017971 or 13475400. OLE color: 13475400.

HSL color Cylindrical-coordinate representation of color #489ECD: hue angle of 201.2º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #489ECD is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 158 205 -
CMYK 0.65 0.23 0 0.20
HSL 201.2º 0.57% 0.54% -
HSV(B) 201.2º 0.65% 0.8% -
XYZ 25.92 30.24 62.23 -
YUV 137.64 166.01 81.18 -
System Red Green Blue C M Y K H S L
Decimal 72 158 205 0.65 0.23 0 0.20 201.2 0.57 0.54
Hex 48 9E CD 41 17 0 14 C9 39 36
Octal 110 236 315 101 27 0 24 311 71 66
Binary 1001000 10011110 11001101 1000001 10111 0 10100 11001001 111001 110110

Color Harmonies of #489ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489ECD

Black with #489ECD

Text Example


Text Example

White with #489ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489ECD; }

 p { color: rgb(72,158,205); }

 H1.HeaderClassName
 {
   color: #489ECD;
 }
 .AnyTagClassName
 {
   color: #489ECD;
 }
</style>

background-color css

<style>
 a { background-color: #489ECD; }

 a { background-color: rgb(72,158,205); }

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

border-color css

<style>
 span { border-color: #489ECD; }

 span { border-color: rgb(72,158,205); }

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