Html Css Color HEX #4F9ADC Picton Blue

📋 copy color: '#4F9ADC'

red 79 ◦ green 154 ◦ blue 220

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

Shades of Picton Blue #4F9ADC

Tints of Picton Blue #4F9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34%

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 17.44%
G = 34%
B = 48.57%

CMYK

 C value IS 0.64

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F9ADC (or 0x4F9ADC) is known color: Picton Blue. HEX triplet: 4F, 9A and DC. RGB value is (79,154,220). Sum of RGB (Red+Green+Blue) = 79+154+220=453 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.44% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F9ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9ADC is #B06523. Grayscale: #8A8A8A. Windows color (decimal): -11560228 or 14457423. OLE color: 14457423.

HSL color Cylindrical-coordinate representation of color #4F9ADC: hue angle of 208.09º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F9ADC is Cyan = 0.64, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 154 220 -
CMYK 0.64 0.3 0 0.14
HSL 208.09º 0.67% 0.59% -
HSV(B) 208.09º 0.64% 0.86% -
XYZ 27.7 29.94 72.03 -
YUV 139.1 173.65 85.13 -
System Red Green Blue C M Y K H S L
Decimal 79 154 220 0.64 0.3 0 0.14 208.09 0.67 0.59
Hex 4F 9A DC 40 1E 0 E D0 43 3B
Octal 117 232 334 100 36 0 16 320 103 73
Binary 1001111 10011010 11011100 1000000 11110 0 1110 11010000 1000011 111011

Color Harmonies of #4F9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9ADC

Black with #4F9ADC

Text Example


Text Example

White with #4F9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,154,220); }

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

background-color css

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

 a { background-color: rgb(79,154,220); }

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

border-color css

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

 span { border-color: rgb(79,154,220); }

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