Html Css Color HEX #489BCD Picton Blue

📋 copy color: '#489BCD'

red 72 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #489BCD

Tints of Picton Blue #489BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.88%

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

R = 16.67%
G = 35.88%
B = 47.45%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#489BCD (or 0x489BCD) is known color: Picton Blue. HEX triplet: 48, 9B and CD. RGB value is (72,155,205). Sum of RGB (Red+Green+Blue) = 72+155+205=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #489BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489BCD is #B76432. Grayscale: #878787. Windows color (decimal): -12018739 or 13474632. OLE color: 13474632.

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

Color convert

RGB 72 155 205 -
CMYK 0.65 0.24 0 0.20
HSL 202.56º 0.57% 0.54% -
HSV(B) 202.56º 0.65% 0.8% -
XYZ 25.41 29.23 62.06 -
YUV 135.88 167 82.43 -
System Red Green Blue C M Y K H S L
Decimal 72 155 205 0.65 0.24 0 0.20 202.56 0.57 0.54
Hex 48 9B CD 41 18 0 14 CB 39 36
Octal 110 233 315 101 30 0 24 313 71 66
Binary 1001000 10011011 11001101 1000001 11000 0 10100 11001011 111001 110110

Color Harmonies of #489BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489BCD

Black with #489BCD

Text Example


Text Example

White with #489BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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