Html Css Color HEX #489BDA Picton Blue

📋 copy color: '#489BDA'

red 72 ◦ green 155 ◦ blue 218

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

Shades of Picton Blue #489BDA

Tints of Picton Blue #489BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 16.18%
G = 34.83%
B = 48.99%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#489BDA (or 0x489BDA) is known color: Picton Blue. HEX triplet: 48, 9B and DA. RGB value is (72,155,218). Sum of RGB (Red+Green+Blue) = 72+155+218=445 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.18% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #489BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489BDA is #B76425. Grayscale: #898989. Windows color (decimal): -12018726 or 14326600. OLE color: 14326600.

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

Color convert

RGB 72 155 218 -
CMYK 0.67 0.29 0 0.15
HSL 205.89º 0.66% 0.57% -
HSV(B) 205.89º 0.67% 0.85% -
XYZ 27.05 29.88 70.67 -
YUV 137.37 173.5 81.38 -
System Red Green Blue C M Y K H S L
Decimal 72 155 218 0.67 0.29 0 0.15 205.89 0.66 0.57
Hex 48 9B DA 43 1D 0 F CE 42 39
Octal 110 233 332 103 35 0 17 316 102 71
Binary 1001000 10011011 11011010 1000011 11101 0 1111 11001110 1000010 111001

Color Harmonies of #489BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489BDA

Black with #489BDA

Text Example


Text Example

White with #489BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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