Html Css Color HEX #489CCD Picton Blue

📋 copy color: '#489CCD'

red 72 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #489CCD

Tints of Picton Blue #489CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.03%

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

R = 16.63%
G = 36.03%
B = 47.34%

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

#489CCD (or 0x489CCD) is known color: Picton Blue. HEX triplet: 48, 9C and CD. RGB value is (72,156,205). Sum of RGB (Red+Green+Blue) = 72+156+205=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #489CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489CCD is #B76332. Grayscale: #888888. Windows color (decimal): -12018483 or 13474888. OLE color: 13474888.

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

Color convert

RGB 72 156 205 -
CMYK 0.65 0.24 0 0.20
HSL 202.11º 0.57% 0.54% -
HSV(B) 202.11º 0.65% 0.8% -
XYZ 25.58 29.56 62.12 -
YUV 136.47 166.67 82.02 -
System Red Green Blue C M Y K H S L
Decimal 72 156 205 0.65 0.24 0 0.20 202.11 0.57 0.54
Hex 48 9C CD 41 18 0 14 CA 39 36
Octal 110 234 315 101 30 0 24 312 71 66
Binary 1001000 10011100 11001101 1000001 11000 0 10100 11001010 111001 110110

Color Harmonies of #489CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489CCD

Black with #489CCD

Text Example


Text Example

White with #489CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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