Html Css Color HEX #489ECC Picton Blue

📋 copy color: '#489ECC'

red 72 ◦ green 158 ◦ blue 204

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

Shades of Picton Blue #489ECC

Tints of Picton Blue #489ECC

RGB

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

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

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

R = 16.59%
G = 36.41%
B = 47%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#489ECC (or 0x489ECC) is known color: Picton Blue. HEX triplet: 48, 9E and CC. RGB value is (72,158,204). Sum of RGB (Red+Green+Blue) = 72+158+204=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #489ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489ECC is #B76133. Grayscale: #898989. Windows color (decimal): -12017972 or 13409864. OLE color: 13409864.

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

Color convert

RGB 72 158 204 -
CMYK 0.65 0.23 0 0.2
HSL 200.91º 0.56% 0.54% -
HSV(B) 200.91º 0.65% 0.8% -
XYZ 25.8 30.19 61.59 -
YUV 137.53 165.51 81.26 -
System Red Green Blue C M Y K H S L
Decimal 72 158 204 0.65 0.23 0 0.2 200.91 0.56 0.54
Hex 48 9E CC 41 17 0 14 C9 38 36
Octal 110 236 314 101 27 0 24 311 70 66
Binary 1001000 10011110 11001100 1000001 10111 0 10100 11001001 111000 110110

Color Harmonies of #489ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489ECC

Black with #489ECC

Text Example


Text Example

White with #489ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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