Html Css Color HEX #4891CB Picton Blue

📋 copy color: '#4891CB'

red 72 ◦ green 145 ◦ blue 203

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

Shades of Picton Blue #4891CB

Tints of Picton Blue #4891CB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.52%

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 17.14%
G = 34.52%
B = 48.33%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4891CB (or 0x4891CB) is known color: Picton Blue. HEX triplet: 48, 91 and CB. RGB value is (72,145,203). Sum of RGB (Red+Green+Blue) = 72+145+203=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #4891CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4891CB is #B76E34. Grayscale: #818181. Windows color (decimal): -12021301 or 13341000. OLE color: 13341000.

HSL color Cylindrical-coordinate representation of color #4891CB: hue angle of 206.56º degrees, saturation: 0.56, 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 #4891CB is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 145 203 -
CMYK 0.65 0.29 0 0.20
HSL 206.56º 0.56% 0.54% -
HSV(B) 206.56º 0.65% 0.8% -
XYZ 23.58 25.94 60.26 -
YUV 129.79 169.32 86.78 -
System Red Green Blue C M Y K H S L
Decimal 72 145 203 0.65 0.29 0 0.20 206.56 0.56 0.54
Hex 48 91 CB 41 1D 0 14 CF 38 36
Octal 110 221 313 101 35 0 24 317 70 66
Binary 1001000 10010001 11001011 1000001 11101 0 10100 11001111 111000 110110

Color Harmonies of #4891CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4891CB

Black with #4891CB

Text Example


Text Example

White with #4891CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4891CB; }

 p { color: rgb(72,145,203); }

 H1.HeaderClassName
 {
   color: #4891CB;
 }
 .AnyTagClassName
 {
   color: #4891CB;
 }
</style>

background-color css

<style>
 a { background-color: #4891CB; }

 a { background-color: rgb(72,145,203); }

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

border-color css

<style>
 span { border-color: #4891CB; }

 span { border-color: rgb(72,145,203); }

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