Html Css Color HEX #4F9FDE Picton Blue

📋 copy color: '#4F9FDE'

red 79 ◦ green 159 ◦ blue 222

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

Shades of Picton Blue #4F9FDE

Tints of Picton Blue #4F9FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.57%

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 17.17%
G = 34.57%
B = 48.26%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F9FDE (or 0x4F9FDE) is known color: Picton Blue. HEX triplet: 4F, 9F and DE. RGB value is (79,159,222). Sum of RGB (Red+Green+Blue) = 79+159+222=460 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.17% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #4F9FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9FDE is #B06021. Grayscale: #8D8D8D. Windows color (decimal): -11558946 or 14589775. OLE color: 14589775.

HSL color Cylindrical-coordinate representation of color #4F9FDE: hue angle of 206.43º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F9FDE is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 159 222 -
CMYK 0.64 0.28 0 0.13
HSL 206.43º 0.68% 0.59% -
HSV(B) 206.43º 0.64% 0.87% -
XYZ 28.81 31.73 73.71 -
YUV 142.26 173 82.88 -
System Red Green Blue C M Y K H S L
Decimal 79 159 222 0.64 0.28 0 0.13 206.43 0.68 0.59
Hex 4F 9F DE 40 1C 0 D CE 44 3B
Octal 117 237 336 100 34 0 15 316 104 73
Binary 1001111 10011111 11011110 1000000 11100 0 1101 11001110 1000100 111011

Color Harmonies of #4F9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9FDE

Black with #4F9FDE

Text Example


Text Example

White with #4F9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,159,222); }

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

background-color css

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

 a { background-color: rgb(79,159,222); }

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

border-color css

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

 span { border-color: rgb(79,159,222); }

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