Html Css Color HEX #4F9ACD Picton Blue

📋 copy color: '#4F9ACD'

red 79 ◦ green 154 ◦ blue 205

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

Shades of Picton Blue #4F9ACD

Tints of Picton Blue #4F9ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 18.04%
G = 35.16%
B = 46.8%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F9ACD (or 0x4F9ACD) is known color: Picton Blue. HEX triplet: 4F, 9A and CD. RGB value is (79,154,205). Sum of RGB (Red+Green+Blue) = 79+154+205=438 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.04% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F9ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9ACD is #B06532. Grayscale: #898989. Windows color (decimal): -11560243 or 13474383. OLE color: 13474383.

HSL color Cylindrical-coordinate representation of color #4F9ACD: hue angle of 204.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F9ACD is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 154 205 -
CMYK 0.61 0.25 0 0.20
HSL 204.29º 0.56% 0.56% -
HSV(B) 204.29º 0.61% 0.8% -
XYZ 25.8 29.18 62.03 -
YUV 137.39 166.15 86.35 -
System Red Green Blue C M Y K H S L
Decimal 79 154 205 0.61 0.25 0 0.20 204.29 0.56 0.56
Hex 4F 9A CD 3D 19 0 14 CC 38 38
Octal 117 232 315 75 31 0 24 314 70 70
Binary 1001111 10011010 11001101 111101 11001 0 10100 11001100 111000 111000

Color Harmonies of #4F9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9ACD

Black with #4F9ACD

Text Example


Text Example

White with #4F9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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