Html Css Color HEX #489ACC Picton Blue

📋 copy color: '#489ACC'

red 72 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #489ACC

Tints of Picton Blue #489ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.81%

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

R = 16.74%
G = 35.81%
B = 47.44%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#489ACC (or 0x489ACC) is known color: Picton Blue. HEX triplet: 48, 9A and CC. RGB value is (72,154,204). Sum of RGB (Red+Green+Blue) = 72+154+204=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #489ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489ACC is #B76533. Grayscale: #868686. Windows color (decimal): -12018996 or 13408840. OLE color: 13408840.

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

Color convert

RGB 72 154 204 -
CMYK 0.65 0.25 0 0.2
HSL 202.73º 0.56% 0.54% -
HSV(B) 202.73º 0.65% 0.8% -
XYZ 25.13 28.85 61.37 -
YUV 135.18 166.83 82.93 -
System Red Green Blue C M Y K H S L
Decimal 72 154 204 0.65 0.25 0 0.2 202.73 0.56 0.54
Hex 48 9A CC 41 19 0 14 CB 38 36
Octal 110 232 314 101 31 0 24 313 70 66
Binary 1001000 10011010 11001100 1000001 11001 0 10100 11001011 111000 110110

Color Harmonies of #489ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489ACC

Black with #489ACC

Text Example


Text Example

White with #489ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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