Html Css Color HEX #489CDC Picton Blue

📋 copy color: '#489CDC'

red 72 ◦ green 156 ◦ blue 220

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

Shades of Picton Blue #489CDC

Tints of Picton Blue #489CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 16.07%
G = 34.82%
B = 49.11%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#489CDC (or 0x489CDC) is known color: Picton Blue. HEX triplet: 48, 9C and DC. RGB value is (72,156,220). Sum of RGB (Red+Green+Blue) = 72+156+220=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #489CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489CDC is #B76323. Grayscale: #898989. Windows color (decimal): -12018468 or 14457928. OLE color: 14457928.

HSL color Cylindrical-coordinate representation of color #489CDC: hue angle of 205.95º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #489CDC is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 156 220 -
CMYK 0.67 0.29 0 0.14
HSL 205.95º 0.68% 0.57% -
HSV(B) 205.95º 0.67% 0.86% -
XYZ 27.48 30.32 72.11 -
YUV 138.18 174.17 80.8 -
System Red Green Blue C M Y K H S L
Decimal 72 156 220 0.67 0.29 0 0.14 205.95 0.68 0.57
Hex 48 9C DC 43 1D 0 E CE 44 39
Octal 110 234 334 103 35 0 16 316 104 71
Binary 1001000 10011100 11011100 1000011 11101 0 1110 11001110 1000100 111001

Color Harmonies of #489CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489CDC

Black with #489CDC

Text Example


Text Example

White with #489CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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