Html Css Color HEX #489BCF Picton Blue

📋 copy color: '#489BCF'

red 72 ◦ green 155 ◦ blue 207

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

Shades of Picton Blue #489BCF

Tints of Picton Blue #489BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 16.59%
G = 35.71%
B = 47.7%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#489BCF (or 0x489BCF) is known color: Picton Blue. HEX triplet: 48, 9B and CF. RGB value is (72,155,207). Sum of RGB (Red+Green+Blue) = 72+155+207=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #489BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489BCF is #B76430. Grayscale: #878787. Windows color (decimal): -12018737 or 13605704. OLE color: 13605704.

HSL color Cylindrical-coordinate representation of color #489BCF: hue angle of 203.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #489BCF is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 155 207 -
CMYK 0.65 0.25 0 0.19
HSL 203.11º 0.58% 0.55% -
HSV(B) 203.11º 0.65% 0.81% -
XYZ 25.66 29.33 63.34 -
YUV 136.11 168 82.27 -
System Red Green Blue C M Y K H S L
Decimal 72 155 207 0.65 0.25 0 0.19 203.11 0.58 0.55
Hex 48 9B CF 41 19 0 13 CB 3A 37
Octal 110 233 317 101 31 0 23 313 72 67
Binary 1001000 10011011 11001111 1000001 11001 0 10011 11001011 111010 110111

Color Harmonies of #489BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489BCF

Black with #489BCF

Text Example


Text Example

White with #489BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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