Html Css Color HEX #4998C3 Picton Blue

📋 copy color: '#4998C3'

red 73 ◦ green 152 ◦ blue 195

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

Shades of Picton Blue #4998C3

Tints of Picton Blue #4998C3

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

 BLUE value IS 195 (76.56% from 255) = 46.43%

R = 17.38%
G = 36.19%
B = 46.43%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4998C3 (or 0x4998C3) is known color: Picton Blue. HEX triplet: 49, 98 and C3. RGB value is (73,152,195). Sum of RGB (Red+Green+Blue) = 73+152+195=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 195 - color contains mainly: blue. Hex color #4998C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998C3 is #B6673C. Grayscale: #858585. Windows color (decimal): -11953981 or 12818505. OLE color: 12818505.

HSL color Cylindrical-coordinate representation of color #4998C3: hue angle of 201.15º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4998C3 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 152 195 -
CMYK 0.63 0.22 0 0.24
HSL 201.15º 0.5% 0.53% -
HSV(B) 201.15º 0.63% 0.76% -
XYZ 23.83 27.81 55.74 -
YUV 133.28 162.83 85 -
System Red Green Blue C M Y K H S L
Decimal 73 152 195 0.63 0.22 0 0.24 201.15 0.5 0.53
Hex 49 98 C3 3F 16 0 18 C9 32 35
Octal 111 230 303 77 26 0 30 311 62 65
Binary 1001001 10011000 11000011 111111 10110 0 11000 11001001 110010 110101

Color Harmonies of #4998C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4998C3

Black with #4998C3

Text Example


Text Example

White with #4998C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4998C3; }

 p { color: rgb(73,152,195); }

 H1.HeaderClassName
 {
   color: #4998C3;
 }
 .AnyTagClassName
 {
   color: #4998C3;
 }
</style>

background-color css

<style>
 a { background-color: #4998C3; }

 a { background-color: rgb(73,152,195); }

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

border-color css

<style>
 span { border-color: #4998C3; }

 span { border-color: rgb(73,152,195); }

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