Html Css Color HEX #4FA3CF Picton Blue

📋 copy color: '#4FA3CF'

red 79 ◦ green 163 ◦ blue 207

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

Shades of Picton Blue #4FA3CF

Tints of Picton Blue #4FA3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.3%

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 17.59%
G = 36.3%
B = 46.1%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4FA3CF (or 0x4FA3CF) is known color: Picton Blue. HEX triplet: 4F, A3 and CF. RGB value is (79,163,207). Sum of RGB (Red+Green+Blue) = 79+163+207=449 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.59% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #4FA3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA3CF is #B05C30. Grayscale: #8E8E8E. Windows color (decimal): -11557937 or 13607759. OLE color: 13607759.

HSL color Cylindrical-coordinate representation of color #4FA3CF: hue angle of 200.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FA3CF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 163 207 -
CMYK 0.62 0.21 0 0.19
HSL 200.63º 0.57% 0.56% -
HSV(B) 200.63º 0.62% 0.81% -
XYZ 27.58 32.36 63.82 -
YUV 142.9 164.17 82.42 -
System Red Green Blue C M Y K H S L
Decimal 79 163 207 0.62 0.21 0 0.19 200.63 0.57 0.56
Hex 4F A3 CF 3E 15 0 13 C9 39 38
Octal 117 243 317 76 25 0 23 311 71 70
Binary 1001111 10100011 11001111 111110 10101 0 10011 11001001 111001 111000

Color Harmonies of #4FA3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA3CF

Black with #4FA3CF

Text Example


Text Example

White with #4FA3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,163,207); }

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

background-color css

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

 a { background-color: rgb(79,163,207); }

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

border-color css

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

 span { border-color: rgb(79,163,207); }

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