Html Css Color HEX #4F98CE Picton Blue

📋 copy color: '#4F98CE'

red 79 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #4F98CE

Tints of Picton Blue #4F98CE

RGB

 RED value IS 79 (31.25% from 255) = 18.08%

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 18.08%
G = 34.78%
B = 47.14%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F98CE (or 0x4F98CE) is known color: Picton Blue. HEX triplet: 4F, 98 and CE. RGB value is (79,152,206). Sum of RGB (Red+Green+Blue) = 79+152+206=437 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.08% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F98CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F98CE is #B06731. Grayscale: #888888. Windows color (decimal): -11560754 or 13539407. OLE color: 13539407.

HSL color Cylindrical-coordinate representation of color #4F98CE: hue angle of 205.51º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F98CE is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 152 206 -
CMYK 0.62 0.26 0 0.19
HSL 205.51º 0.56% 0.56% -
HSV(B) 205.51º 0.62% 0.81% -
XYZ 25.59 28.57 62.56 -
YUV 136.33 167.32 87.11 -
System Red Green Blue C M Y K H S L
Decimal 79 152 206 0.62 0.26 0 0.19 205.51 0.56 0.56
Hex 4F 98 CE 3E 1A 0 13 CE 38 38
Octal 117 230 316 76 32 0 23 316 70 70
Binary 1001111 10011000 11001110 111110 11010 0 10011 11001110 111000 111000

Color Harmonies of #4F98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F98CE

Black with #4F98CE

Text Example


Text Example

White with #4F98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F98CE; }

 p { color: rgb(79,152,206); }

 H1.HeaderClassName
 {
   color: #4F98CE;
 }
 .AnyTagClassName
 {
   color: #4F98CE;
 }
</style>

background-color css

<style>
 a { background-color: #4F98CE; }

 a { background-color: rgb(79,152,206); }

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

border-color css

<style>
 span { border-color: #4F98CE; }

 span { border-color: rgb(79,152,206); }

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