Html Css Color HEX #489FCC Picton Blue

📋 copy color: '#489FCC'

red 72 ◦ green 159 ◦ blue 204

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

Shades of Picton Blue #489FCC

Tints of Picton Blue #489FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.55%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 16.55%
G = 36.55%
B = 46.9%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#489FCC (or 0x489FCC) is known color: Picton Blue. HEX triplet: 48, 9F and CC. RGB value is (72,159,204). Sum of RGB (Red+Green+Blue) = 72+159+204=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #489FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489FCC is #B76033. Grayscale: #898989. Windows color (decimal): -12017716 or 13410120. OLE color: 13410120.

HSL color Cylindrical-coordinate representation of color #489FCC: hue angle of 200.45º degrees, saturation: 0.56, 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 #489FCC is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 159 204 -
CMYK 0.65 0.22 0 0.2
HSL 200.45º 0.56% 0.54% -
HSV(B) 200.45º 0.65% 0.8% -
XYZ 25.97 30.53 61.65 -
YUV 138.12 165.18 80.84 -
System Red Green Blue C M Y K H S L
Decimal 72 159 204 0.65 0.22 0 0.2 200.45 0.56 0.54
Hex 48 9F CC 41 16 0 14 C8 38 36
Octal 110 237 314 101 26 0 24 310 70 66
Binary 1001000 10011111 11001100 1000001 10110 0 10100 11001000 111000 110110

Color Harmonies of #489FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489FCC

Black with #489FCC

Text Example


Text Example

White with #489FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,159,204); }

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

background-color css

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

 a { background-color: rgb(72,159,204); }

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

border-color css

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

 span { border-color: rgb(72,159,204); }

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