Html Css Color HEX #4998CF Picton Blue

📋 copy color: '#4998CF'

red 73 ◦ green 152 ◦ blue 207

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

Shades of Picton Blue #4998CF

Tints of Picton Blue #4998CF

RGB

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

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

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

R = 16.9%
G = 35.19%
B = 47.92%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4998CF (or 0x4998CF) is known color: Picton Blue. HEX triplet: 49, 98 and CF. RGB value is (73,152,207). Sum of RGB (Red+Green+Blue) = 73+152+207=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #4998CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998CF is #B66730. Grayscale: #868686. Windows color (decimal): -11953969 or 13604937. OLE color: 13604937.

HSL color Cylindrical-coordinate representation of color #4998CF: hue angle of 204.63º 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 #4998CF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 152 207 -
CMYK 0.65 0.27 0 0.19
HSL 204.63º 0.58% 0.55% -
HSV(B) 204.63º 0.65% 0.81% -
XYZ 25.24 28.38 63.18 -
YUV 134.65 168.83 84.03 -
System Red Green Blue C M Y K H S L
Decimal 73 152 207 0.65 0.27 0 0.19 204.63 0.58 0.55
Hex 49 98 CF 41 1B 0 13 CD 3A 37
Octal 111 230 317 101 33 0 23 315 72 67
Binary 1001001 10011000 11001111 1000001 11011 0 10011 11001101 111010 110111

Color Harmonies of #4998CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4998CF

Black with #4998CF

Text Example


Text Example

White with #4998CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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