Html Css Color HEX #4F9DCD Picton Blue

📋 copy color: '#4F9DCD'

red 79 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #4F9DCD

Tints of Picton Blue #4F9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.6%

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

R = 17.91%
G = 35.6%
B = 46.49%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F9DCD (or 0x4F9DCD) is known color: Picton Blue. HEX triplet: 4F, 9D and CD. RGB value is (79,157,205). Sum of RGB (Red+Green+Blue) = 79+157+205=441 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.91% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F9DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9DCD is #B06232. Grayscale: #8A8A8A. Windows color (decimal): -11559475 or 13475151. OLE color: 13475151.

HSL color Cylindrical-coordinate representation of color #4F9DCD: hue angle of 202.86º 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 #4F9DCD is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 157 205 -
CMYK 0.61 0.23 0 0.20
HSL 202.86º 0.56% 0.56% -
HSV(B) 202.86º 0.61% 0.8% -
XYZ 26.3 30.18 62.2 -
YUV 139.15 165.16 85.1 -
System Red Green Blue C M Y K H S L
Decimal 79 157 205 0.61 0.23 0 0.20 202.86 0.56 0.56
Hex 4F 9D CD 3D 17 0 14 CB 38 38
Octal 117 235 315 75 27 0 24 313 70 70
Binary 1001111 10011101 11001101 111101 10111 0 10100 11001011 111000 111000

Color Harmonies of #4F9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9DCD

Black with #4F9DCD

Text Example


Text Example

White with #4F9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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