Html Css Color HEX #4F9EDF Picton Blue

📋 copy color: '#4F9EDF'

red 79 ◦ green 158 ◦ blue 223

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

Shades of Picton Blue #4F9EDF

Tints of Picton Blue #4F9EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.35%

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 17.17%
G = 34.35%
B = 48.48%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F9EDF (or 0x4F9EDF) is known color: Picton Blue. HEX triplet: 4F, 9E and DF. RGB value is (79,158,223). Sum of RGB (Red+Green+Blue) = 79+158+223=460 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.17% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F9EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9EDF is #B06120. Grayscale: #8D8D8D. Windows color (decimal): -11559201 or 14655055. OLE color: 14655055.

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

Color convert

RGB 79 158 223 -
CMYK 0.65 0.29 0 0.13
HSL 207.08º 0.69% 0.59% -
HSV(B) 207.08º 0.65% 0.87% -
XYZ 28.77 31.44 74.36 -
YUV 141.79 173.83 83.21 -
System Red Green Blue C M Y K H S L
Decimal 79 158 223 0.65 0.29 0 0.13 207.08 0.69 0.59
Hex 4F 9E DF 41 1D 0 D CF 45 3B
Octal 117 236 337 101 35 0 15 317 105 73
Binary 1001111 10011110 11011111 1000001 11101 0 1101 11001111 1000101 111011

Color Harmonies of #4F9EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9EDF

Black with #4F9EDF

Text Example


Text Example

White with #4F9EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,158,223); }

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

background-color css

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

 a { background-color: rgb(79,158,223); }

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

border-color css

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

 span { border-color: rgb(79,158,223); }

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