Html Css Color HEX #4997CB Picton Blue

📋 copy color: '#4997CB'

red 73 ◦ green 151 ◦ blue 203

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

Shades of Picton Blue #4997CB

Tints of Picton Blue #4997CB

RGB

 RED value IS 73 (28.91% from 255) = 17.1%

 GREEN value IS 151 (59.38% from 255) = 35.36%

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

R = 17.1%
G = 35.36%
B = 47.54%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4997CB (or 0x4997CB) is known color: Picton Blue. HEX triplet: 49, 97 and CB. RGB value is (73,151,203). Sum of RGB (Red+Green+Blue) = 73+151+203=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #4997CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4997CB is #B66834. Grayscale: #858585. Windows color (decimal): -11954229 or 13342537. OLE color: 13342537.

HSL color Cylindrical-coordinate representation of color #4997CB: hue angle of 204º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4997CB is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 151 203 -
CMYK 0.64 0.26 0 0.20
HSL 204º 0.56% 0.54% -
HSV(B) 204º 0.64% 0.8% -
XYZ 24.59 27.86 60.58 -
YUV 133.61 167.16 84.77 -
System Red Green Blue C M Y K H S L
Decimal 73 151 203 0.64 0.26 0 0.20 204 0.56 0.54
Hex 49 97 CB 40 1A 0 14 CC 38 36
Octal 111 227 313 100 32 0 24 314 70 66
Binary 1001001 10010111 11001011 1000000 11010 0 10100 11001100 111000 110110

Color Harmonies of #4997CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4997CB

Black with #4997CB

Text Example


Text Example

White with #4997CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,151,203); }

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

background-color css

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

 a { background-color: rgb(73,151,203); }

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

border-color css

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

 span { border-color: rgb(73,151,203); }

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